Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal authored Sep 3, 2024
1 parent f7f0722 commit 3b0a4a6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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: monthly
groups:
'all-devcontainers':
patterns:
- "*"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
groups:
'all-github-actions':
patterns:
- "*"

- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
groups:
'all-npm':
patterns:
- "*"

0 comments on commit 3b0a4a6

Please sign in to comment.