Skip to content

Commit

Permalink
Move renovate.json file to .github subfolder
Browse files Browse the repository at this point in the history
Let renovate add the labels to trigger the CI.
Json5 FTW
  • Loading branch information
bmarty committed Sep 26, 2024
1 parent 62dd9b3 commit 309f3ac
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 309f3ac

Please sign in to comment.