Skip to content

Commit

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

* Update dependabot.yml
  • Loading branch information
morri-son authored Nov 16, 2023
1 parent 57ae451 commit 1636894
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
labels: ["dependencies"]
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: "/"
labels: ["dependencies","go"]
groups:
go:
update-types: ["minor","patch"]
schedule:
interval: "weekly"
day: "sunday"

0 comments on commit 1636894

Please sign in to comment.