Skip to content

Commit

Permalink
Merge pull request #7 from learningequality/dependabot-config
Browse files Browse the repository at this point in the history
Add dependabot configuration
  • Loading branch information
rtibbles authored Nov 7, 2024
2 parents d92fb11 + 2915363 commit aa9af8a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Automatically update versions for pip and npm

version: 2
updates:

# Maintain dependencies for Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "00:00"

# Maintain dependencies for Javascript
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "00:00"
groups:
babel:
patterns:
- "@babel/*"

# Maintain dependencies for Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "00:00"
groups:
github:
patterns:
- "actions/*"

0 comments on commit aa9af8a

Please sign in to comment.