We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027cabe commit 9b8bc8eCopy full SHA for 9b8bc8e
1 file changed
.github/dependabot.yml
@@ -1,6 +1,31 @@
1
version: 2
2
+
3
updates:
- - package-ecosystem: 'npm'
4
- directory: '/'
+ - package-ecosystem: "npm"
5
+ directory: "/"
6
schedule:
- interval: 'monthly'
7
+ interval: "weekly"
8
+ open-pull-requests-limit: 20
9
+ cooldown:
10
+ default-days: 3
11
+ semver-major-days: 7
12
+ groups:
13
+ backstage:
14
+ applies-to: version-updates
15
+ patterns:
16
+ - "@backstage/*"
17
+ minor-and-patch:
18
19
+ update-types:
20
+ - "minor"
21
+ - "patch"
22
+ exclude-patterns:
23
24
25
+ - package-ecosystem: "github-actions"
26
27
+ schedule:
28
29
30
31
0 commit comments