We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e6714 commit 0b1aac7Copy full SHA for 0b1aac7
.github/dependabot.yml
.github/renovate.json5
@@ -0,0 +1,15 @@
1
+{
2
+ "semanticCommits": "enabled",
3
+ "configMigration": true,
4
+ "packageRules": [
5
+ // Goals:
6
+ // - Rollup safe upgrades to reduce CI runner load
7
+ // - Have lockfile and manifest in-sync
8
+ {
9
+ "matchManagers": ["cargo"],
10
+ "matchUpdateTypes": ["patch"],
11
+ "automerge": true,
12
+ "groupName": "safe",
13
+ },
14
+ ],
15
+}
committed.toml
@@ -1,3 +1,3 @@
style="conventional"
-ignore_author_re="dependabot"
+ignore_author_re="(dependabot|renovate)"
merge_commit = false
0 commit comments