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 93bdc4e commit 8191614Copy full SHA for 8191614
.github/dependabot.yml
@@ -5,7 +5,13 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "github-actions"
+ directory: "/"
10
schedule:
11
interval: "weekly"
12
+ allow:
13
+ # Allow production updates only (can do a AND, several entries are doing a OR)
14
+ - dependency-type: "production"
15
+ #- dependency-type: "direct"
16
+ exclude-paths:
17
+ - 'dev'
0 commit comments