Skip to content

Commit

Permalink
chore: Enable dependabot for automatic dependency updates (#8339)
Browse files Browse the repository at this point in the history
Signed-off-by: William Van Hevelingen <william.vanhevelingen@acquia.com>

Signed-off-by: William Van Hevelingen <william.vanhevelingen@acquia.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
blkperl and crenshaw-dev committed Nov 19, 2022
1 parent 0ea88b7 commit 3b36f34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: k8s.io/*

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 3b36f34

Please sign in to comment.