mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
30 lines
778 B
YAML
30 lines
778 B
YAML
# 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
|
|
directory: '/'
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
github-actions:
|
|
patterns: ['*']
|
|
|
|
- package-ecosystem: gomod
|
|
directory: '/'
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
gomod-security:
|
|
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"]
|