Skip to content

Commit

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

* Fix build
  • Loading branch information
michaelkad authored Mar 4, 2024
1 parent a63bd9d commit 08a8ca7
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 08a8ca7

Please sign in to comment.