Skip to content

Commit

Permalink
Added github action check for dependabot (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fank authored Aug 18, 2024
1 parent f7292c8 commit 1263fb3
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10

0 comments on commit 1263fb3

Please sign in to comment.