mirror of
https://github.com/netdata/netdata.git
synced 2025-03-18 14:53:01 +00:00

This will automatically create PRs to update any GitHub Actions we are using when new versions are published. It is set to check weekly, defaults to limiting such PRs to 3 at a time, and will lable them apprpriately with ‘no changelog’ and ‘area/ci’. This is intended to reduce the manual overhead of maintaining our CI.
9 lines
165 B
YAML
9 lines
165 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
labels:
|
|
- "no changelog"
|
|
- "area/ci"
|