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 80db74f commit f2f5a9cCopy full SHA for f2f5a9c
.github/dependabot.yml
@@ -13,3 +13,15 @@ updates:
13
target-branch: 'main'
14
versioning-strategy: 'increase-if-necessary'
15
open-pull-requests-limit: 10
16
+
17
+ - package-ecosystem: 'github-actions'
18
+ directory: '/'
19
+ schedule:
20
+ interval: 'daily'
21
+ time: '06:00'
22
+ allow:
23
+ - dependency-name: 'MetaMask/*'
24
+ - dependency-name: 'actions/*'
25
+ target-branch: 'main'
26
+ versioning-strategy: 'increase-if-necessary'
27
+ open-pull-requests-limit: 10
0 commit comments