Skip to content

Commit

Permalink
.github: renovate: Move and edit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelNdeCarvalho committed May 9, 2022
1 parent 9e6e68e commit b7c5b57
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
23 changes: 23 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"extends": [
":enableRenovate",
"config:base",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":enablePreCommit"
],
"platform": "github",
"username": "as-bot[bot]",
"repositories": [
"angulo-solido/terrabuttler"
],
"onboarding": false,
"requireConfig": false,
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": [
"prIgnoreNotification"
],
"rebaseWhen": "conflicted",
"commitBodyTable": true
}
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit b7c5b57

Please sign in to comment.