Files
k3s-ansible/.github/dependabot.yml
T
Derek Nola e8af759240 Remove N/A label
Signed-off-by: Derek Nola <derek.nola@suse.com>
2026-06-18 09:29:54 -07:00

18 lines
375 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "dereknola"
schedule:
interval: "cron"
cronjob: "0 0 12 * *" # Every 12th of the month
groups:
action-deps:
patterns:
- "*"
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-patch"