Skip to content

Commit 63a2586

Browse files
committed
Tidy up dependabot config
1 parent e557122 commit 63a2586

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/dependabot.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "github-actions"
9-
directory: "/"
8+
- package-ecosystem: github-actions
9+
directory: /
1010
schedule:
11-
interval: "monthly"
11+
interval: monthly
1212
open-pull-requests-limit: 100
1313
groups:
1414
github-artifacts:
@@ -18,11 +18,10 @@ updates:
1818
update-types:
1919
- minor
2020
- patch
21-
22-
- package-ecosystem: "npm"
23-
directory: "/backstage/"
21+
- package-ecosystem: npm
22+
directory: backstage
2423
schedule:
25-
interval: "monthly"
24+
interval: monthly
2625
open-pull-requests-limit: 100
2726
groups:
2827
minor:

0 commit comments

Comments
 (0)