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 1c47357 commit 2fd26b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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:
open-pull-requests-limit: 10
ignore:
- dependency-name: k8s.io/*
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ release:
name_template: "{{.ProjectName}} release v{{.Version}}"

changelog:
skip: false
disable: true
sort: ""
filters:
exclude:
- '^docs:'
- '^test:'

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

0 comments on commit 2fd26b6

Please sign in to comment.