Skip to content

Commit

Permalink
Create dependabot.yml and fix CI for push on main OR pull_request (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Oct 14, 2024
2 parents a3c806e + 3732f7f commit 57fbd31
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 57fbd31

Please sign in to comment.