diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..9ae4180a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,36 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + assignees: + - "phanect" + groups: + security: + applies-to: "security-updates" + update-types: + - "minor" + - "patch" + security-breaking: + applies-to: "security-updates" + update-types: + - "major" + compatible: + applies-to: "version-updates" + update-types: + - "minor" + - "patch" + less-prioritized: + applies-to: "version-updates" + patterns: + - "eslint" + - "eslint-plugin-*" + - "eslint-config-*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + assignees: + - "phanect" diff --git a/.npmignore b/.npmignore index 382848b4..58a65acd 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,3 @@ .eslintrc.js node_modules/ tests/ -renovate.json diff --git a/dependabot.yml b/dependabot.yml deleted file mode 100644 index 1fd6337e..00000000 --- a/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - assignees: - - "phanect" - open-pull-requests-limit: 0 # Security updates only - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - assignees: - - "phanect" diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 303ab210..00000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": [ - "config:base" - ], - "rangeStrategy": "replace" -}