Skip to content

Commit

Permalink
fix(github): yml syntax and commit message for dependabot
Browse files Browse the repository at this point in the history
Also fix commit message prefix.
chore(github):(deps): bump ... --> chore(deps): bump ...
  • Loading branch information
LaszloGombos authored and johannbg committed Nov 21, 2022
1 parent 9f6b4e5 commit 32f6dd1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2

# Maintain dependencies for GitHub Actions
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: "tuesday"
commit-message:
prefix: "chore(github):"
include: "scope"
ignore:
- dependency-name: "Manual test"
# Maintain dependencies for GitHub Actions
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "tuesday"
commit-message:
prefix: "chore"
include: "scope"
ignore:
- dependency-name: "Manual test"

0 comments on commit 32f6dd1

Please sign in to comment.