Skip to content

Commit

Permalink
configure dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Reppin committed Apr 22, 2024
1 parent a8edac4 commit 97ebc43
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "provider/"
open-pull-requests-limit: 20
schedule:
interval: "daily"
time: "05:00"
timezone: "Europe/Berlin"
allow:
- dependency-type: "all"
- package-ecosystem: "gomod"
directory: "sdk/"
open-pull-requests-limit: 20
schedule:
interval: "daily"
time: "05:00"
timezone: "Europe/Berlin"
allow:
- dependency-type: "all"

0 comments on commit 97ebc43

Please sign in to comment.