Skip to content

Commit 9fe53ee

Browse files
authored
Update dependabot.yml (#51)
1 parent 48c4684 commit 9fe53ee

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
# package ecosystems to update and where the package manifests are located.
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
5+
---
66
version: 2
7-
updates:
8-
9-
- package-ecosystem: "github-actions"
10-
directory: "/"
7+
updates:
8+
- package-ecosystem: "github-actions" # See documentation for possible values
9+
directory: "/" # Location of package manifests
1110
schedule:
12-
interval: "daily"
11+
interval: "weekly"
12+
# Add assignees
1313
assignees:
14-
- "anmolnagpal"
15-
reviewers:
14+
- "clouddrove-ci"
15+
# Add reviewer
16+
reviewers:
1617
- "anmolnagpal"

0 commit comments

Comments
 (0)