Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son authored Nov 15, 2023
1 parent 7a9bcfa commit 08edd29
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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:
# By default, this will be on a monday.
interval: "weekly"
- package-ecosystem: gomod
directory: /
labels:
- dependencies
- go
schedule:
interval: weekly
day: sunday

0 comments on commit 08edd29

Please sign in to comment.