Skip to content

Commit

Permalink
tweak labels for dependabot (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat authored Apr 12, 2023
1 parent 02a9ab5 commit bb6e1b2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,27 @@ updates:
schedule:
interval: "daily"
target-branch: "develop/v2"
labels:
- "go"
- "dependencies"
- "dependabot"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
target-branch: "develop/v1"
labels:
- "go"
- "dependencies"
- "dependabot"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop/v2"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop/v1"

0 comments on commit bb6e1b2

Please sign in to comment.