Skip to content

Commit

Permalink
feat: switch tags and tag security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed May 3, 2024
1 parent 9fb4c85 commit 01dfcc3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
interval: "weekly"
target-branch: develop
commit-message:
prefix: "[DUOS-1740-actions]"
prefix: "[DCJ-308-actions]"
groups:
action-dependencies:
patterns:
Expand All @@ -22,7 +22,7 @@ updates:
- "dependency"
- "npm"
commit-message:
prefix: "[DUOS-1740-npm]"
prefix: "[DCJ-308-npm]"
groups:
npm-dependencies:
patterns:
Expand All @@ -37,8 +37,15 @@ updates:
- "dependency"
- "docker"
commit-message:
prefix: "[DUOS-1740-docker]"
prefix: "[DCJ-308-docker]"
groups:
docker-dependencies:
patterns:
- "*"
- commit-message:
prefix: "[DCJ-308-security]"
groups:
security-dependencies:
applies-to: security-updates
patterns:
- "*"

0 comments on commit 01dfcc3

Please sign in to comment.