Skip to content

Commit

Permalink
Add dependabot config for GH actions, dev containers, npm and pip; fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed Dec 18, 2024
1 parent f9f95b4 commit b35c566
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: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: devcontainers
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/website"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/tools"
schedule:
interval: weekly
groups:
python-packages:
patterns:
- "*"

0 comments on commit b35c566

Please sign in to comment.