Skip to content

Commit

Permalink
Re-enable renovate in line with AOS guidelines (#2937)
Browse files Browse the repository at this point in the history
* Re-enable renovate in line with AOS guidelines

* Add disableDependencyDashboard to renovate.json

* added labels and prConcurrentLimit props
  • Loading branch information
sponglord authored Nov 18, 2024
1 parent e4062fc commit 31fa0bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDependencyDashboard"
],
"labels": ["dependencies"],
"minimumReleaseAge": "21 days",
"prConcurrentLimit": 5,
"internalChecksFilter": "strict",
"updateNotScheduled": false
}

0 comments on commit 31fa0bf

Please sign in to comment.