Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
This change adds a dependabot file for the repo.

This is taken from the one used in podman:

https://github.com/containers/podman/blob/68bf49799d6085bcc0752e15630ad18ff4d99e19/.github/dependabot.yml

and adjusted to run weekly.

Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Mar 15, 2023
1 parent 9c1a1bd commit d481d0c
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 d481d0c

Please sign in to comment.