Skip to content

Commit

Permalink
ci: Add Dependabot update config (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Feb 28, 2024
1 parent b01eada commit e2c2db3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
labels:
- "github-actions"
- "dependencies"
reviewers:
- "matthewfeickert"

# Ignore all pip dependencies to avoid PRs to update deploy/recast-atlas-*-requirements.txt
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"

0 comments on commit e2c2db3

Please sign in to comment.