mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
18 lines
360 B
YAML
18 lines
360 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
groups:
|
|
non-breaking-changes:
|
|
update-types: [minor, patch]
|
|
|
|
- package-ecosystem: 'npm'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
groups:
|
|
non-breaking-changes:
|
|
update-types: [minor, patch]
|