We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2db3f6a + dbe8fc5 commit f065f98Copy full SHA for f065f98
.github/dependabot.yml
@@ -9,9 +9,19 @@ updates:
9
directory: '/' # Location of package manifests
10
open-pull-requests-limit: 10
11
schedule:
12
- interval: 'weekly'
+ interval: monthly
13
+ ignore:
14
+ # For all dependencies, trigger pull requests only for semver-major updates (ignore minor and patch).
15
+ - dependency-name: '*'
16
+ update-types:
17
+ ['version-update:semver-patch', 'version-update:semver-minor']
18
- package-ecosystem: 'github-actions'
19
directory: '/'
20
21
22
interval: monthly
23
24
+ # For all dependencies, trigger pull requests only for semver-major and semver-minor updates (ignore patch).
25
26
27
0 commit comments