Skip to content

Commit

Permalink
github: dependabot: bufix
Browse files Browse the repository at this point in the history
  • Loading branch information
gekigek99 authored Mar 7, 2023
1 parent 8cbcd7c commit 507a397
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,24 @@ updates:
# then creates pull requests to dev branch
- package-ecosystem: "gomod"
directory: "/"
target-branch: "dev"
vendor: true
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependencies"
- "gomod dependencies"
allow:
- dependency-type: "direct"
- dependency-type: "indirect"
ignore:
- type: "security"
branches:
- "dev"
- dependency-type: "all"

# Dependabot checks for new versions of github actions,
# then creates pull requests to update any outdated actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "master"
schedule:
interval: "weekly"


labels:
- "github_actions"
allow:
- dependency-type: "all"

0 comments on commit 507a397

Please sign in to comment.