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 769c9a4 commit 337e869Copy full SHA for 337e869
renovate.json
@@ -0,0 +1,21 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:base", ":github>ionic-team/ionic-docs>"],
4
+ "packageRules": [
5
+ {
6
+ "matchPackagePatterns": ["^@ionic/"],
7
+ "groupName": "ionic",
8
+ "schedule": ["every thursday before 11am"]
9
+ },
10
11
+ "matchPackagePatterns": ["^@angular/"],
12
+ "groupName": "angular"
13
+ }
14
+ ],
15
+ "dependencyDashboard": true,
16
+ "minimumReleaseAge": "3 days",
17
+ "rebaseWhen": "never",
18
+ "schedule": ["every weekday before 11am"],
19
+ "semanticCommits": "enabled",
20
+ "ignorePaths": ["./package.json", "./package-lock.json", "./docusaurus-theme-classic"]
21
+}
0 commit comments