chore: update dependabot

This commit is contained in:
Kevin Franklin Kim 2025-03-13 17:44:00 +01:00
parent 50e9e7d7ba
commit 9a4f3953ff
No known key found for this signature in database

View File

@ -1,26 +1,33 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: 'github-actions'
open-pull-requests-limit: 1
directory: '/'
schedule:
day: 'sunday'
interval: 'weekly'
groups:
github-actions:
patterns:
- '*'
patterns: ['*']
- package-ecosystem: 'gomod'
open-pull-requests-limit: 1
directory: '/'
schedule:
day: 'sunday'
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"]