Skip to content

Commit fffa61b

Browse files
Update renovate config (#1089)
* ci: update renovate config * chore: fix formatting * ci: remove redundant rules from renovate config * choire: fix formatting --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 4bb2043 commit fffa61b

3 files changed

Lines changed: 18 additions & 43 deletions

File tree

.github/renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>js-soft/renovate-config"],
4+
"reviewers": ["Milena-Czierlinski", "britsta"],
5+
"packageRules": [
6+
{
7+
"groupName": "backbone",
8+
"matchPackageNames": ["ghcr.io/nmshd/backbone-*"],
9+
"matchDatasources": ["docker"],
10+
"additionalReviewers": ["tnotheis"]
11+
}
12+
]
13+
}

.github/renovate.json5

Lines changed: 0 additions & 38 deletions
This file was deleted.

packages/transport/src/modules/devices/local/Device.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import { nameof } from "ts-simple-nameof";
55
import { CoreSynchronizable, ICoreSynchronizable } from "../../../core";
66

77
export enum DeviceType {
8-
"Unknown",
9-
"Phone",
10-
"Tablet",
11-
"Desktop",
12-
"Connector"
8+
Unknown,
9+
Phone,
10+
Tablet,
11+
Desktop,
12+
Connector
1313
}
1414

1515
export interface DeviceInfo {

0 commit comments

Comments
 (0)