Skip to content

Commit

Permalink
chore(depbot): not skipping ci (#3322)
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop authored Sep 22, 2023
1 parent cd25480 commit 23ccf19
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 @@ -2,27 +2,27 @@ version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
labels: ["A4-insubstantial", "E2-forcemacos"]
labels: ["A0-pleasereview", "A4-insubstantial", "E2-forcemacos"]
schedule:
interval: "weekly"
day: "friday"
commit-message:
prefix: "[skip ci] "
prefix: "[depbot] "

- package-ecosystem: "cargo"
directory: "/examples/"
labels: ["A4-insubstantial"]
labels: ["A0-pleasereview", "A4-insubstantial"]
schedule:
interval: "weekly"
day: "friday"
commit-message:
prefix: "[skip ci] "
prefix: "[depbot] "

- package-ecosystem: "github-actions"
directory: "/"
labels: ["A4-insubstantial"]
labels: ["A0-pleasereview", "A4-insubstantial"]
schedule:
interval: "weekly"
day: "friday"
commit-message:
prefix: "[skip ci] "
prefix: "[depbot] "

0 comments on commit 23ccf19

Please sign in to comment.