Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(config): migrate renovate config #52

Merged
merged 1 commit into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 41 additions & 40 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [
"AliSajid"
],
"baseBranches": [
"devel"
],
"dependencyDashboard": true,
"bumpVersion": "patch",
"extends": [
"config:best-practices",
"group:definitelyTyped",
"group:githubArtifactActions",
"group:linters"
],
"labels": [
"dependencies",
"renovate"
],
"pre-commit": {
"enabled": true
},
"packageRules": [
{
"automerge": true,
"matchManagers": [
"pre-commit",
"github-actions"
],
"schedule": [
"before 5am on every weekday"
]
}
],
"platformCommit": true,
"schedule": [
"after 10pm and before 5am every weekday",
"every weekend"
],
"semanticCommits": "enabled"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [
"AliSajid"
],
"baseBranches": [
"devel"
],
"dependencyDashboard": true,
"bumpVersion": "patch",
"extends": [
"config:best-practices",
"group:definitelyTyped",
"group:githubArtifactActions",
"group:linters"
],
"labels": [
"dependencies",
"renovate"
],
"pre-commit": {
"enabled": true
},
"packageRules": [
{
"automerge": true,
"matchManagers": [
"pre-commit",
"github-actions"
],
"schedule": [
"before 5am every weekday"
]
}
],
"platformCommit": true,
"schedule": [
"after 10pm every weekday",
"every weekend",
"before 5am every weekday"
],
"semanticCommits": "enabled"
}
Loading