Skip to content

Commit f12e4ef

Browse files
committed
chore: add dependabot.yml
1 parent 56206e8 commit f12e4ef

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
11+
schedule:
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

Comments
 (0)