Content-Length: 282678 | pFad | http://github.com/vuejs/test-utils/commit/209aaf98d013f178830da62a3c935304c14a238b
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19864bb commit 209aaf9Copy full SHA for 209aaf9
.github/dependabot.yml
.github/renovate.json5
@@ -0,0 +1,19 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:base"],
4
+ // only 1 PR at the same time (to avoid cascading rebase)
5
+ "prConcurrentLimit": 1,
6
+ // auto-merge if build is OK
7
+ "automerge": true,
8
+ "packageRules": [
9
+ // group all minor dependencies, once a week
10
+ {
11
+ "matchPackagePatterns": ["*"],
12
+ "matchUpdateTypes": ["minor", "patch"],
13
+ "matchCurrentVersion": ">=1",
14
+ "groupName": "all non-major dependencies",
15
+ "groupSlug": "all-minor-patch",
16
+ "schedule": ["after 1am on Wednesday"]
17
+ }
18
+ ]
19
+}
Fetched URL: http://github.com/vuejs/test-utils/commit/209aaf98d013f178830da62a3c935304c14a238b
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments