Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gekigek99 committed Mar 7, 2023
2 parents 56327e5 + 1f3b04c commit 287ab94
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,26 @@
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: "/"
target-branch: "dev"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "gomod dependencies"
allow:
- 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"

4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ master, dev ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ master, dev ]
schedule:
- cron: '33 5 * * 0'

Expand Down

0 comments on commit 287ab94

Please sign in to comment.