Skip to content

Commit

Permalink
Merge pull request #9 from element-hq/bma/renovate
Browse files Browse the repository at this point in the history
Move renovate.json file to .github subfolder, and use Json5 format. Also add labels to generated PR.
  • Loading branch information
bmarty authored Sep 27, 2024
2 parents 4e105f3 + 309f3ac commit 927f574
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 29 deletions.
60 changes: 60 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
],
"ignoreDeps": [
"Cocoanetics/DTCoreText",
],
"packageRules": [
{
"matchManagers": [
"github-actions",
],
"groupName": "GitHub Actions",
"labels": [
"Android",
"iOS",
"Web",
"Rust",
],
},
{
"matchManagers": [
"swift",
"cocoapods",
],
"groupName": "Swift",
"labels": [
"iOS",
]
},
{
"matchManagers": [
"gradle",
],
"groupName": "Android",
"labels": [
"Android",
],
},
{
"matchManagers": [
"npm",
],
"groupName": "Web",
"labels": [
"Web"
],
},
{
"matchManagers": [
"cargo",
],
"groupName": "Rust",
"labels": [
"Rust",
],
},
],
}
29 changes: 0 additions & 29 deletions renovate.json

This file was deleted.

0 comments on commit 927f574

Please sign in to comment.