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 56206e8 commit f12e4efCopy full SHA for f12e4ef
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "npm"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ allow:
8
+ - dependency-name: "@lando/*"
9
+ - package-ecosystem: "github-actions"
10
11
12
+ interval: "weekly"
13
+ groups:
14
+ actions:
15
+ applies-to: version-updates
16
+ update-types: [ "major", "minor", "patch" ]
17
+
18
+ ignore:
19
+ - dependency-name: "lando/prepare-release-action"
20
+ versions: ["99", "99.x.x"] # v99 used for internal testing
0 commit comments