mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
chore: update dependabot
This commit is contained in:
parent
33f2863e8d
commit
62465edf0d
11
.github/dependabot.yml
vendored
11
.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
|
||||
|
||||
updates:
|
||||
@ -8,8 +10,7 @@ updates:
|
||||
interval: 'weekly'
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- '*'
|
||||
patterns: ['*']
|
||||
|
||||
- package-ecosystem: 'gomod'
|
||||
directory: '/'
|
||||
@ -18,9 +19,13 @@ updates:
|
||||
interval: 'weekly'
|
||||
groups:
|
||||
gomod-security:
|
||||
patterns: ['*']
|
||||
applies-to: security-updates
|
||||
update-types: ['minor', 'patch']
|
||||
patterns: ['*']
|
||||
gomod-update:
|
||||
applies-to: version-updates
|
||||
update-types: ['minor', 'patch']
|
||||
patterns: ['*']
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user