Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit c38bee1

Browse files
author
odacremolbap
committed
tune dependabot
1 parent 42efb5e commit c38bee1

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# Dependabot configuration
2+
#
3+
# For more information, please refer to:
4+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
55

66
version: 2
7+
78
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
10-
schedule:
11-
interval: "weekly"
9+
10+
# Maintain Go modules
11+
- package-ecosystem: gomod
12+
directory: /
13+
schedule:
14+
interval: weekly
15+
16+
# Maintain dependencies for GitHub Actions
17+
- package-ecosystem: github-actions
18+
directory: /
19+
schedule:
20+
interval: weekly

0 commit comments

Comments
 (0)