We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c4684 commit 9fe53eeCopy full SHA for 9fe53ee
.github/dependabot.yml
@@ -2,15 +2,16 @@
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
5
-
+---
6
version: 2
7
-updates:
8
9
- - package-ecosystem: "github-actions"
10
- directory: "/"
+updates:
+ - package-ecosystem: "github-actions" # See documentation for possible values
+ directory: "/" # Location of package manifests
11
schedule:
12
- interval: "daily"
+ interval: "weekly"
+ # Add assignees
13
assignees:
14
- - "anmolnagpal"
15
- reviewers:
+ - "clouddrove-ci"
+ # Add reviewer
16
+ reviewers:
17
- "anmolnagpal"
0 commit comments