Skip to content

Commit

Permalink
dependabot: for GitHub actions (#38184)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Mar 12, 2024
1 parent 4340e02 commit 3f46222
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CHANGELOG*
/NOTICE.txt @elastic/beats-tech-leads

/.ci/ @elastic/elastic-agent-data-plane @elastic/ingest-eng-prod
/.github/ @elastic/elastic-agent-data-plane
/.github/ @elastic/ingest-eng-prod
/auditbeat/ @elastic/sec-linux-platform
/deploy/ @elastic/elastic-agent-data-plane
/deploy/kubernetes @elastic/elastic-agent-data-plane @elastic/obs-cloudnative-monitoring
Expand Down
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,19 @@ updates:
# Skip github.com/elastic/mito because it requires documentation updates.
- dependency-name: github.com/elastic/mito
open-pull-requests-limit: 2

# GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "22:00"
labels:
- automation
- dependabot
groups:
github-actions:
patterns:
- "*"
open-pull-requests-limit: 5

0 comments on commit 3f46222

Please sign in to comment.