Skip to content

Commit

Permalink
Enable automatic updates of elastic go.mod dependencies (#3343)
Browse files Browse the repository at this point in the history
* Enable automatic updates of elastic dependencies

* Update .github/dependabot.yml

---------

Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
  • Loading branch information
cmacknz and juliaElastic authored Mar 13, 2024
1 parent 540782f commit 9a70ea8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- automation
- skip-changelog
- Team:Fleet
allow:
# Only update internal dependencies for now while we evaluate this workflow.
- dependency-name: "github.com/elastic/*"
reviewers:
- "elastic/fleet"
open-pull-requests-limit: 10

0 comments on commit 9a70ea8

Please sign in to comment.