Skip to content

Commit

Permalink
chore: Configure Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Sep 20, 2024
1 parent 0661483 commit 1742d9a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:all",
":automergeAll",
"schedule:weekly"
],
"ignoreDeps": [
"org.sonarsource.sonarqube:sonar-plugin-api-impl",
"org.sonarsource.api.plugin:sonar-plugin-api",
"org.sonarsource.sonarqube:sonar-ws"
]
}

0 comments on commit 1742d9a

Please sign in to comment.