Skip to content

Commit

Permalink
Disable dependabot labels (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Sep 6, 2024
1 parent 3c0b50b commit b1fc62e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
labels: [] # conflict with our labels in labels.ts

# Auto update the cadl-ranch-specs version used for e2e tests. It is pinned instead of always using the latest so we don't have a failure showing in random PRs blocking the flow.
- package-ecosystem: "npm"
directory: "/packages/e2e-tests/cadl-ranch-specs"
schedule:
interval: "daily"
labels: [] # conflict with our labels in labels.ts

0 comments on commit b1fc62e

Please sign in to comment.