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 dd0979a commit 3b55849
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 @@ -5,3 +5,8 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
- 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 @@ -21,7 +21,7 @@ snapshot:
name_template: "{{ .Tag }}-next"

changelog:
skip: false
disable: true
use: github-native
filters:
exclude:
Expand Down

0 comments on commit 3b55849

Please sign in to comment.