Skip to content

Commit

Permalink
ci: Enable Dependabot for security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 29, 2024
1 parent 3adb156 commit 2493ae4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
version: 2

updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
labels:
- dependencies
- security
# Disable regular version updates and only use Dependabot for security updates
open-pull-requests-limit: 0
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit 2493ae4

Please sign in to comment.