mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Merge pull request #384 from TeamPiped/renovate/configure
Configure Renovate
This commit is contained in:
commit
295fbbc645
2 changed files with 25 additions and 12 deletions
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
|
@ -1,12 +0,0 @@
|
||||||
version: 2
|
|
||||||
updates:
|
|
||||||
# Maintain dependencies for gradle
|
|
||||||
- package-ecosystem: "gradle"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
# Maintain dependencies for GitHub Actions
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
25
renovate.json
Normal file
25
renovate.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base",
|
||||||
|
"group:recommended"
|
||||||
|
],
|
||||||
|
"ignorePresets": [
|
||||||
|
":prHourlyLimit2"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePrefixes": [
|
||||||
|
"io.activej:"
|
||||||
|
],
|
||||||
|
"groupName": "activej"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePrefixes": [
|
||||||
|
"com.github.firemasterk."
|
||||||
|
],
|
||||||
|
"groupName": "Personal Forks",
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue