Skip to content

Commit

Permalink
update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Feb 19, 2024
1 parent 068e3dc commit 2d8267a
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 @@ -5,6 +5,15 @@

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
target-branch: "develop/v3"
labels:
- "go"
- "dependencies"
- "dependabot"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand All @@ -23,6 +32,11 @@ updates:
- "go"
- "dependencies"
- "dependabot"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop/v3"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 2d8267a

Please sign in to comment.