Skip to content

Commit

Permalink
add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Jan 2, 2024
1 parent 64e694e commit 7be20cf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
version: 2
updates:

## Go mod

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependabot"
- "go"
- "type::security"

## GitHub Actions

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependabot"
- "github-actions"
- "type::security"

0 comments on commit 7be20cf

Please sign in to comment.