Skip to content

Commit

Permalink
Add Dependabot config
Browse files Browse the repository at this point in the history
Enable it for Github Actions too.
  • Loading branch information
peace-maker committed Aug 5, 2024
1 parent 14feb01 commit 1294ad8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/web"
schedule:
interval: "weekly"

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

0 comments on commit 1294ad8

Please sign in to comment.