feat: replace dependabot with renovate
This commit is contained in:
39
.github/dependabot.yml
vendored
39
.github/dependabot.yml
vendored
@@ -1,39 +0,0 @@
|
||||
# See: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#about-the-dependabotyml-file
|
||||
version: 2
|
||||
|
||||
updates:
|
||||
# Configure check for outdated GitHub Actions actions in workflows.
|
||||
# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
|
||||
- package-ecosystem: github-actions
|
||||
directory: / # Check the repository's workflows under /.github/workflows/
|
||||
assignees:
|
||||
- per1234
|
||||
open-pull-requests-limit: 100
|
||||
schedule:
|
||||
interval: daily
|
||||
labels:
|
||||
- "topic: infrastructure"
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
assignees:
|
||||
- per1234
|
||||
open-pull-requests-limit: 100
|
||||
schedule:
|
||||
interval: daily
|
||||
labels:
|
||||
- "topic: infrastructure"
|
||||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
# @types/node should be kept in sync with the major version of Node.js that is in use.
|
||||
# So we only want automated updates for minor and patch releases of this dependency.
|
||||
update-types:
|
||||
- "version-update:semver-major"
|
||||
- package-ecosystem: pip
|
||||
directory: /
|
||||
assignees:
|
||||
- per1234
|
||||
open-pull-requests-limit: 100
|
||||
schedule:
|
||||
interval: daily
|
||||
labels:
|
||||
- "topic: infrastructure"
|
||||
10
.github/renovate.json
vendored
Normal file
10
.github/renovate.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"group:all",
|
||||
"schedule:weekly",
|
||||
":semanticCommitTypeAll(chore)"
|
||||
],
|
||||
"mode": "full"
|
||||
}
|
||||
Reference in New Issue
Block a user