mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2026-06-24 12:07:21 +02:00
278b6bbbfe
Signed-off-by: Derek Nola <derek.nola@suse.com>
20 lines
413 B
YAML
20 lines
413 B
YAML
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
labels:
|
|
- "kind/dependabot"
|
|
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" |