mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 04:03:25 +00:00
Decrease dependabot frequency to weekly
This commit is contained in:
parent
b36292e67b
commit
32d9f9412e
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -3,7 +3,7 @@ updates:
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: weekly
|
||||
versioning-strategy: increase
|
||||
ignore:
|
||||
# Only allow patch as minor babel versions need to be upgraded all together
|
||||
@ -14,6 +14,7 @@ updates:
|
||||
|
||||
- dependency-name: '*'
|
||||
update-types:
|
||||
- 'version-update:semver-patch'
|
||||
- 'version-update:semver-major'
|
||||
|
||||
labels:
|
||||
@ -22,7 +23,7 @@ updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: weekly
|
||||
labels:
|
||||
- 'source: dependencies'
|
||||
- 'pr: chore'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user