Skip to content

Commit

Permalink
Improve dependabot tags (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Vermeille <[email protected]>
  • Loading branch information
sebastienvermeille committed Sep 14, 2023
1 parent 09df8bd commit edef043
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 @@ -15,6 +15,7 @@ updates:
labels:
- "java"
- "dependencies"
- "patch"

# Enable version updates for Docker
- package-ecosystem: "docker"
Expand All @@ -32,6 +33,7 @@ updates:
labels:
- "docker"
- "dependencies"
- "patch"

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
Expand All @@ -45,4 +47,4 @@ updates:
commit-message:
prefix: "[github-action] "
labels:
- "cicd"
- "CI/CD"

0 comments on commit edef043

Please sign in to comment.