Skip to content

Commit

Permalink
dependabot: add "github-actions"
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Nov 7, 2024
1 parent 91391bc commit 35ae701
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ updates:
open-pull-requests-limit: 10
labels:
- dependency
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 3
2 changes: 2 additions & 0 deletions dependabot/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates:
{{ dependabot_ecosystem }}
{%- elif crate -%}
cargo
{%- elif github-actions -%}
github-actions
{%- else -%}
gomod
{%- endif %}
Expand Down

0 comments on commit 35ae701

Please sign in to comment.