Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Optimize renovate config (#22)
Browse files Browse the repository at this point in the history
* Delete dependabot.yml

* Move renovate.json

* Reformat

* Add fileMatcher for `buildSrc`

* Rename
  • Loading branch information
Goooler authored Feb 1, 2022
1 parent 36f7fc6 commit 0e74834
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"labels": [
"dependencies"
],
"regexManagers": [
{
"fileMatch": [
"(^|/)buildSrc/.*"
],
"datasourceTemplate": "gradle"
}
],
"extends": [
"config:base"
]
}
6 changes: 0 additions & 6 deletions .renovaterc.json

This file was deleted.

0 comments on commit 0e74834

Please sign in to comment.