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 59a13c0 commit a540ac8Copy full SHA for a540ac8
.github/renovate.json5
@@ -12,7 +12,12 @@
12
"ignorePaths": [
13
"**/node_modules/**",
14
// Don't renovate files in special folders using ~ as suffix
15
- "**/*~/**"
+ "**/*~/**",
16
+ "com.unity.netcode.gameobjects/**/*",
17
+ "Examples/**/*",
18
+ "testproject/**/*",
19
+ "minimalproject/**/*",
20
+ "testproject-tools-integration/**/*"
21
],
22
"packageRules": [
23
// Run unity-upm-project and unity-upm-package only on weekends to reduce PR noise
@@ -27,8 +32,6 @@
27
32
"every weekend"
28
33
29
34
"rollbackPrs": false,
30
- "editorCompatibilityCheckEnabled": true,
31
- "minimumUnityVersion": "6000.0"
35
}
36
37
0 commit comments