Skip to content

Commit 9bd7ee9

Browse files
dploegerDennis Ploeger
authored andcommitted
chore: Modified dependabot to only use security updates
1 parent 064008f commit 9bd7ee9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Set update schedule for GitHub Actions
2+
# open-pull-requests-limit is set to 0 because we only want security updates and those override this limit
3+
# see https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
24
version: 2
35
updates:
46
- package-ecosystem: "gomod"
@@ -7,13 +9,16 @@ updates:
79
interval: "daily"
810
allow:
911
- dependency-type: "direct"
12+
open-pull-requests-limit: 0
1013
- package-ecosystem: "npm"
1114
directory: "/ccc-client"
1215
schedule:
1316
interval: "daily"
1417
allow:
1518
- dependency-type: "direct"
19+
open-pull-requests-limit: 0
1620
- package-ecosystem: "github-actions"
1721
directory: "/"
1822
schedule:
1923
interval: "weekly"
24+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)