Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/dependabot.yml

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be worth starting from https://github.com/bootc-dev/bootc-operator/blob/main/.github/dependabot.yml instead and adding your groups. The cooldown I think is important.

Should also consider turning on Zizmor, which would warn about this: https://github.com/jlebon/bootc-operator/pull/42

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
k8s:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
containers:
patterns:
- "github.com/containers/*"
- "github.com/opencontainers/*"
minor-and-patch:
update-types:
- minor
- patch

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
actions:
patterns:
- "*"
Loading