0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-03-18 14:53:01 +00:00
netdata_netdata/.github/dependabot.yml
Austin S. Hemmelgarn 1982f607e8
Add dependabot config to check for updates for GHA workflows. ()
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.
2021-01-04 07:10:47 -05:00

9 lines
165 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
labels:
- "no changelog"
- "area/ci"