Skip to content

Commit

Permalink
Fixes #346 - Continued dependabot to group scheduled updates (#347)
Browse files Browse the repository at this point in the history
* Fixes #346 - Continued dependabot to group scheduled updates

* Change pattern to patterns list
  • Loading branch information
jonespm authored Nov 14, 2024
1 parent 67cd465 commit fcc508b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ updates:
- dependency-name: "django"
versions:
- "> 4.2" # This ignores versions above 4.2, allowing only 4.2.x LTS upgrades
groups:
all-python-dependencies:
patterns: ["*"]
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
groups:
all-npm-dependencies:
patterns: ["*"]

0 comments on commit fcc508b

Please sign in to comment.