Skip to content

Commit 87ffe57

Browse files
authored
chore: Enable dependabot monthly updates (#234)
Monthly should be often enough for this project, we can cover security updates separately. I have ignored k8s.io packages as they should match what crossplane-runtime uses.
1 parent c742efe commit 87ffe57

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directories:
5+
- "/"
6+
schedule:
7+
interval: monthly
8+
commit-message:
9+
prefix: "chore: "
10+
ignore: # Handled via the crossplane-runtime, this should ensure we don't run into compatibility issues
11+
- dependency-name: "github.com/crossplane/crossplane-tools"
12+
- dependency-name: "sigs.k8s.io/*"
13+
- dependency-name: "k8s.io/*"
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "monthly"
18+
commit-message:
19+
prefix: "chore: "

0 commit comments

Comments
 (0)