mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
564 B
YAML
17 lines
564 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
labels: ["area/ci", "dependencies"]
|
|
groups:
|
|
# Group all updates together, so that they are all applied in a single PR.
|
|
# Grouped updates are currently in beta and is subject to change.
|
|
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
|
|
ci:
|
|
patterns:
|
|
- "*"
|
|
schedule:
|
|
# By default, this will be on a monday.
|
|
interval: "weekly"
|