Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

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

* Update dependabot.yml

* Integrate proposals from Soule
  • Loading branch information
morri-son authored Nov 24, 2023
1 parent 751d323 commit 4fe9bdb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
groups:
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
ci:
patterns:
- "*"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "gomod"
directory: "/"
groups:
go:
update-types: ["minor","patch"]
schedule:
interval: "weekly"
day: "sunday"

0 comments on commit 4fe9bdb

Please sign in to comment.