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 dbdcc65 commit 747ee5fCopy full SHA for 747ee5f
1 file changed
.github/dependabot.yml
@@ -4,6 +4,7 @@
4
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
6
version: 2
7
+enable-beta-ecosystems: true # Required to use the pre-commit ecosystems
8
updates:
9
- package-ecosystem: "github-actions"
10
directory: "/"
@@ -15,3 +16,7 @@ updates:
15
16
schedule:
17
interval: "weekly"
18
open-pull-requests-limit: 10
19
+ - package-ecosystem: "pre-commit"
20
+ directory: "/"
21
+ schedule:
22
+ interval: "weekly"
0 commit comments