Skip to content

Commit

Permalink
Adjusted dependabot configuration (#479)
Browse files Browse the repository at this point in the history
[skip actions]
  • Loading branch information
Apreche authored Oct 9, 2024
1 parent 81372f4 commit 68457e7
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,37 @@ updates:
schedule:
interval: "weekly"
ignore:
- dependency-name: "django"
verisons: ">=4.3"
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
production-updates:
applies-to: version-updates
update-types:
- "minor"
- "patch"
security-updates:
applies-to: security-updates
update-types:
- "minor"
- "patch"
- package-ecosystem: "npm"
directory: "/"
assignees:
- "Apreche"
target-branch: "main"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
production-updates:
applies-to: version-updates
update-types:
- "minor"
- "patch"
security-updates:
applies-to: security-updates
update-types:
- "minor"
- "patch"

0 comments on commit 68457e7

Please sign in to comment.