Browse Source

Add label to Renovate PRs

Francisco Giordano 2 years ago
parent
commit
4fc19ddb8d
1 changed files with 2 additions and 9 deletions
  1. 2 9
      renovate.json

+ 2 - 9
renovate.json

@@ -1,11 +1,4 @@
 {
 {
-  "extends": [
-    "github>OpenZeppelin/configs"
-  ],
-  "packageRules": [
-    {
-      "extends": ["packages:eslint"],
-      "enabled": false
-    }
-  ]
+  "extends": ["github>OpenZeppelin/configs"],
+  "labels": ["ignore-changelog"]
 }
 }