Skip to content

Commit

Permalink
Updated invalid value in dependabot workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
AzorianMatt committed Mar 18, 2023
1 parent 340e84a commit 33614ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ updates:
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
labels: feature / dependency
labels:
- 'feature / dependency'
- package-ecosystem: pip
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
labels: feature / dependency
labels:
- 'feature / dependency'

0 comments on commit 33614ae

Please sign in to comment.