aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-02-01 13:20:04 +0100
committerGitHub <[email protected]>2022-02-01 13:20:04 +0100
commit18b4349af05ca671f1fc4cff0c04d359e914f001 (patch)
tree7ba789c11f758ba861b4297d46a4b1a8c3c6149c /.github
parentf8a95a1b2d66d188b5f5ef622de7e2c7c27743bc (diff)
downloadfaker-18b4349af05ca671f1fc4cff0c04d359e914f001.tar.xz
faker-18b4349af05ca671f1fc4cff0c04d359e914f001.zip
chore: configure renovate (#380)
Co-authored-by: prisis <[email protected]> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json529
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
new file mode 100644
index 00000000..8df226ab
--- /dev/null
+++ b/.github/renovate.json5
@@ -0,0 +1,29 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["config:base", "schedule:daily", "group:allNonMajor"],
+ "labels": ["dependencies"],
+ "reviewersFromCodeOwners": true,
+ "rangeStrategy": "bump",
+ "packageRules": [
+ {
+ "groupName": "typescript-eslint",
+ "matchPackagePrefixes": ["@typescript-eslint/"]
+ },
+ {
+ "groupName": "vitest",
+ "matchPackagePrefixes": ["@vitest/ui", "vitest"]
+ }
+ ],
+ "ignoreDeps": [
+ // manually bumping
+ "@types/node",
+ "node",
+ "npm",
+ "prettier",
+ "typescript"
+ ],
+ "vulnerabilityAlerts": {
+ "labels": ["security"],
+ "assignees": ["team:maintainers"]
+ }
+}