Skip to content

Commit

Permalink
Merge pull request #87 from IntellectualSites/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
TheMeinerLP authored Jan 1, 2025
2 parents 59fa070 + 90bf816 commit de1c95d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":semanticCommitsDisabled"
],
"ignoreDeps": [],
"labels": ["Renovate"],
"labels": [
"Renovate"
],
"rebaseWhen": "conflicted",
"schedule": ["on the first day of the month"]
}
"schedule": [
"on the first day of the month"
]
}

0 comments on commit de1c95d

Please sign in to comment.