Skip to content

Commit

Permalink
Merge pull request #45 from score-spec/mathieu-benoit-patch-1
Browse files Browse the repository at this point in the history
Create dependabot.yml and fix CI for push on main OR pull_request
  • Loading branch information
mathieu-benoit authored Oct 14, 2024
2 parents 6397efc + 45b163b commit 952f42a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
#- package-ecosystem: "docker"
# directory: "/"
# schedule:
# interval: "weekly"
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: release
on:
pull_request:
push:
branches:
- 'main'

permissions:
contents: read
Expand Down

0 comments on commit 952f42a

Please sign in to comment.