From 8cbcd7cc2c1bf225606ec0e9f547f903176d543b Mon Sep 17 00:00:00 2001 From: gekigek99 <53654579+gekigek99@users.noreply.github.com> Date: Tue, 7 Mar 2023 17:27:17 +0100 Subject: [PATCH] github: dependabot: pull request to dev branch --- .github/dependabot.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3514f08..ab573975 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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