Skip to content

Commit

Permalink
Merge pull request #2 from brown-ccv/add-dependabot
Browse files Browse the repository at this point in the history
chore: add dependabot config
  • Loading branch information
hollandjg authored Aug 8, 2024
2 parents 9542247 + 3fb01f5 commit 7e7f7e5
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly

0 comments on commit 7e7f7e5

Please sign in to comment.