Skip to content

Commit

Permalink
chore: Modified dependabot to only use security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Dec 29, 2023
1 parent ed01003 commit e770f46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Set update schedule for GitHub Actions
# open-pull-requests-limit is set to 0 because we only want security updates and those override this limit
# see https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
version: 2
updates:
- package-ecosystem: "gomod"
Expand All @@ -7,13 +9,16 @@ updates:
interval: "daily"
allow:
- dependency-type: "direct"
open-pull-requests-limit: 0
- package-ecosystem: "npm"
directory: "/ccc-client"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"
open-pull-requests-limit: 0
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 0

0 comments on commit e770f46

Please sign in to comment.