Skip to content

Commit

Permalink
Merge pull request #75 from kuhnroyal/chore/fix-dependabot
Browse files Browse the repository at this point in the history
Fix dependabot config
  • Loading branch information
kuhnroyal authored Sep 2, 2021
2 parents daccfb1 + 4b68a6a commit 091d221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
default_labels:
labels:
- "dependencies"
- "skip-changelog"
target_branch: "develop"
target-branch: "develop"
schedule:
interval: "daily"
interval: "daily"

0 comments on commit 091d221

Please sign in to comment.