Skip to content

Commit

Permalink
feat: renovate integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Seha Artuç committed Jul 11, 2024
1 parent 2b2117d commit 329a430
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
29 changes: 29 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"depTypeList": ["devDependencies", "require-dev"],
"updateTypes": ["patch", "minor", "major"],
"groupName": "devDependencies"
},
{
"description": "Trigger fix release for patch updates",
"matchPackageNames": [
"renovate/renovate",
"ghcr.io/renovatebot/renovate"
],
"automerge": true,
"matchUpdateTypes": ["patch"],
"semanticCommitType": "fix",
"automergeType": "pr"
}
],
"extends": [
"config:base",
":preserveSemverRanges",
":dependencyDashboard",
":rebaseStalePrs",
":enableVulnerabilityAlertsWithLabel('security')",
"group:recommended"
]
}
3 changes: 3 additions & 0 deletions renovate.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 PNED G.I.E.

SPDX-License-Identifier: Apache-2.0

0 comments on commit 329a430

Please sign in to comment.