Skip to content

Commit

Permalink
Removing dependency labels from the dependabot config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Jul 11, 2024
1 parent b44d508 commit cf90078
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ updates:
directory: /
schedule:
interval: monthly
labels:
- pip-deps
ignore:
- dependency-name: cpr_sdk
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
labels:
- github-actions-deps
ignore:
- dependency-name: cpr_sdk
- package-ecosystem: pip
Expand All @@ -22,7 +18,5 @@ updates:
interval: daily
allow:
- dependency-name: cpr_sdk
labels:
- cpr_sdk
target-branch: main

0 comments on commit cf90078

Please sign in to comment.