Skip to content

Commit

Permalink
Add github-actions to Dependabot
Browse files Browse the repository at this point in the history
Add GitHub Actions to Depedabot checks.

Signed-off-by: Matthias Diester <[email protected]>
  • Loading branch information
HeavyWombat committed Mar 1, 2024
1 parent 60bb753 commit 95f6c75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ updates:
interval: daily
open-pull-requests-limit: 10
target-branch: main
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ release:
name_template: "{{.ProjectName}} release v{{.Version}}"

brews:
- tap:
- repository:
owner: homeport
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 95f6c75

Please sign in to comment.