Skip to content

Commit

Permalink
chore: Update dependabot configuration to include Docker and npm ecos…
Browse files Browse the repository at this point in the history
…ystems
  • Loading branch information
siddharthamaity committed Nov 24, 2024
1 parent 69c2d03 commit a5635eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,23 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

# 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: 'docker'
directory: '/'
schedule:
interval: weekly
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: weekly

0 comments on commit a5635eb

Please sign in to comment.