Skip to content

Commit f065f98

Browse files
authored
Merge branch 'develop' into gitattributes-for-prettier
2 parents 2db3f6a + dbe8fc5 commit f065f98

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,19 @@ updates:
99
directory: '/' # Location of package manifests
1010
open-pull-requests-limit: 10
1111
schedule:
12-
interval: 'weekly'
12+
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']
1318
- package-ecosystem: 'github-actions'
1419
directory: '/'
1520
open-pull-requests-limit: 10
1621
schedule:
1722
interval: monthly
23+
ignore:
24+
# For all dependencies, trigger pull requests only for semver-major and semver-minor updates (ignore patch).
25+
- dependency-name: '*'
26+
update-types:
27+
['version-update:semver-patch', 'version-update:semver-minor']

0 commit comments

Comments
 (0)