mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
26 lines
492 B
YAML
26 lines
492 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
day: 'sunday'
|
|
interval: 'weekly'
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- '*'
|
|
|
|
- package-ecosystem: 'gomod'
|
|
directory: '/'
|
|
schedule:
|
|
day: 'sunday'
|
|
interval: 'weekly'
|
|
groups:
|
|
gomod-security:
|
|
applies-to: security-updates
|
|
patterns: ['*']
|
|
gomod-update:
|
|
applies-to: version-updates
|
|
patterns: ['*']
|