Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Mopolo committed Nov 2, 2024
1 parent 674e8ca commit ff1faf8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Coding Standards & Static Analysis

on: [push, pull_request]
on: [pull_request]

env:
php-version: '8.3'

Expand Down
30 changes: 30 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":semanticPrefixFixDepsChoreOthers",
":ignoreModulesAndTests",
":automergeDisabled",
":configMigration",
":prConcurrentLimit10",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all"
],
"packageRules": [
{
"dependencyDashboardApproval": true,
"matchUpdateTypes": [ "major" ]
},
{
"matchManagers": [ "composer" ],
"matchDepNames": [ "php" ],
"enabled": false
},
{
"matchManagers": [ "composer" ],
"rangeStrategy": "bump"
}
]
}

0 comments on commit ff1faf8

Please sign in to comment.