Skip to content

Commit

Permalink
feat: Configure dependabot explicitly (#425)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
  • Loading branch information
mkilchhofer authored Oct 2, 2024
1 parent c5c395c commit e96b730
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Reference: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: "monday"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "monday"

0 comments on commit e96b730

Please sign in to comment.