Skip to content

Commit

Permalink
ci: Fix prefix for Dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Sep 7, 2023
1 parent bb69a0f commit 95aef8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
updates:
- commit-message:
prefix: build(requirements)
prefix: build(actions)
directory: /
package-ecosystem: github-actions
schedule:
interval: weekly
- commit-message:
prefix: build(actions)
prefix: build(requirements)
directory: /
package-ecosystem: pip
schedule:
Expand Down

0 comments on commit 95aef8b

Please sign in to comment.