Skip to content

Commit

Permalink
Merge pull request #116 from container-orchestrated-devices/add-depen…
Browse files Browse the repository at this point in the history
…dabot

Create dependabot.yml
  • Loading branch information
klihub authored Mar 15, 2023
2 parents 9c1a1bd + d481d0c commit 31eaf45
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
labels:
- "release-note-none"
open-pull-requests-limit: 10

- package-ecosystem: gomod
directory: "test/tools"
schedule:
interval: weekly
labels:
- "release-note-none"
open-pull-requests-limit: 10

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

0 comments on commit 31eaf45

Please sign in to comment.