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 3071b9e commit b23b360Copy full SHA for b23b360
.github/dependabot.yml
@@ -5,11 +5,14 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "pip" # See documentation for possible values
+ - package-ecosystem: "pip"
9
directory: "/rates" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
- - package-ecosystem: "github-actions" # See documentation for possible values
+ group: "python-dependencies" # Group name for pip updates
13
+
14
+ - package-ecosystem: "github-actions"
15
directory: "/" # Location of package manifests
16
17
interval: "daily"
18
+ group: "github-actions-dependencies" # Group name for GitHub Actions updates
0 commit comments