Skip to content

Commit

Permalink
Add branch to dependabot (#338)
Browse files Browse the repository at this point in the history
* Add branch to dependabot

* Fix build
  • Loading branch information
michaelkad committed Mar 13, 2024
1 parent 0f03a5c commit c38df70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ updates:
directory: /
schedule:
interval: daily
branches:
- "master"
- "dev"
assignees:
- yussufsh
- michaelkad

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
branches:
- "master"
- "dev"
assignees:
- yussufsh
- michaelkad
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit c38df70

Please sign in to comment.