mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
chore: update dependabot
This commit is contained in:
parent
89b4c397ab
commit
55963c3749
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -1,3 +1,5 @@
|
|||||||
|
# Please see the documentation for all configuration options:
|
||||||
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
@ -5,6 +7,9 @@ updates:
|
|||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns: ['*']
|
||||||
|
|
||||||
- package-ecosystem: gomod
|
- package-ecosystem: gomod
|
||||||
directory: '/'
|
directory: '/'
|
||||||
@ -13,7 +18,12 @@ updates:
|
|||||||
groups:
|
groups:
|
||||||
gomod-security:
|
gomod-security:
|
||||||
applies-to: security-updates
|
applies-to: security-updates
|
||||||
|
update-types: ['minor', 'patch']
|
||||||
patterns: ['*']
|
patterns: ['*']
|
||||||
gomod-update:
|
gomod-update:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
|
update-types: ['minor', 'patch']
|
||||||
patterns: ['*']
|
patterns: ['*']
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types: ["version-update:semver-major"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user