Skip to content

Commit

Permalink
chore: update dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Jan 17, 2025
1 parent 6605249 commit f96cab9
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
version: 2
updates:
- package-ecosystem: "github-actions"
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
- package-ecosystem: "gomod"
interval: "daily"
open-pull-requests-limit: 10
labels:
- "dependencies"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "daily"
open-pull-requests-limit: 10
labels:
- "dependencies"

- package-ecosystem: "github-actions"
directory: "/.github/actions/boostrap"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- "dependencies"

0 comments on commit f96cab9

Please sign in to comment.