Skip to content

Commit 4ccb66c

Browse files
authored
Update Dependabot config (#91)
1 parent 57803a0 commit 4ccb66c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@ updates:
3333
protobuf:
3434
patterns:
3535
- "com.google.protobuf*"
36+
freefair-plugins:
37+
patterns:
38+
- "io.freefair*"
3639

3740
- package-ecosystem: "github-actions"
3841
directory: "/"
3942
schedule:
40-
interval: "daily"
43+
interval: "monthly"
44+
groups:
45+
ci-templates:
46+
patterns:
47+
- "bakdata/ci-templates*"

0 commit comments

Comments
 (0)