Skip to content

Commit

Permalink
ci(workflows): update Dependabot config
Browse files Browse the repository at this point in the history
Add missing "dependency-type" to project-dependencies
group (and replace redundant "applies-to" setting),
add "patterns" to vulnerabilities group.
  • Loading branch information
koeaw committed Oct 9, 2024
1 parent a7cc757 commit e32ad04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ updates:
# includes all [tool.poetry.group.*.dependencies]
dependency-type: development
project-dependencies:
applies-to: version-updates
dependency-type: production
vulnerabilities:
applies-to: security-updates
patterns:
- "*"

0 comments on commit e32ad04

Please sign in to comment.