mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-29 18:48:14 +08:00
action: reduce dependabot frequency from weekly to monthly, get rid of email spam (#2289)
This commit is contained in:
parent
2bbb65fdd1
commit
dbe8fc5ec8
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
@ -9,9 +9,19 @@ updates:
|
||||
directory: '/' # Location of package manifests
|
||||
open-pull-requests-limit: 10
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
interval: monthly
|
||||
ignore:
|
||||
# For all dependencies, trigger pull requests only for semver-major updates (ignore minor and patch).
|
||||
- dependency-name: '*'
|
||||
update-types:
|
||||
['version-update:semver-patch', 'version-update:semver-minor']
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
open-pull-requests-limit: 10
|
||||
schedule:
|
||||
interval: monthly
|
||||
ignore:
|
||||
# For all dependencies, trigger pull requests only for semver-major and semver-minor updates (ignore patch).
|
||||
- dependency-name: '*'
|
||||
update-types:
|
||||
['version-update:semver-patch', 'version-update:semver-minor']
|
||||
|
Loading…
Reference in New Issue
Block a user