Skip to content

Commit

Permalink
github: dependabot: pull request to dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gekigek99 authored Mar 7, 2023
1 parent d5e330c commit 8cbcd7c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@
version: 2
updates:
# Dependabot automatically checks for updates to any Go modules in the repository,
# then creates pull requests to update them if necessary
# then creates pull requests to dev branch
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
allow:
- dependency-type: "direct"
- dependency-type: "indirect"
ignore:
- type: "security"
branches:
- "dev"

# Dependabot checks for new versions of github actions,
# then creates pull requests to update any outdated actions
Expand Down

0 comments on commit 8cbcd7c

Please sign in to comment.