Skip to content

Commit

Permalink
Create dependabot.yml (#216)
Browse files Browse the repository at this point in the history
* Create dependabot.yml

* Update dependabot.yml

* Update dependabot.yml

* Update .github/dependabot.yml
  • Loading branch information
anupsv authored Dec 18, 2024
1 parent bd3de3a commit 89cfdd7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 2
updates:

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
timezone: "America/Los_Angeles"
target-branch: "main"
commit-message:
prefix: "[golang-version]"
include: "scope"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 8
reviewers:
- "Layr-Labs/eigenda-intg" # https://github.com/orgs/Layr-Labs/teams/eigenda-intg
labels:
- "version"
- "golang"
allow:
- dependency-type: "direct"
groups:
# Creates one consolidated PR for all minor/patch updates to reduce PR noise
# Major version updates (e.g., 1.x.x -> 2.x.x) are excluded since they might contain breaking changes and should be reviewed separately.
golang-version-updates:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 89cfdd7

Please sign in to comment.