Skip to content

Commit

Permalink
ci: Run dependabot monthly and change its commit-message prefix (#458)
Browse files Browse the repository at this point in the history
Closes #456 .
  • Loading branch information
thomass-dev authored Oct 8, 2024
1 parent 05ca313 commit bc4d35a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
commit-message:
prefix: "chore(github-actions dependencies):"
prefix: "chore(dependencies): GITHUB-ACTIONS"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
commit-message:
prefix: "chore(npm dependencies):"
prefix: "chore(dependencies): NPM"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
commit-message:
prefix: "chore(pip dependencies):"
prefix: "chore(dependencies): PIP"

0 comments on commit bc4d35a

Please sign in to comment.