Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":enablePreCommit",
":prConcurrentLimit20",
":preserveSemverRanges",
":semanticPrefixChore"
"github>scop/common"
],
"ignorePresets": [
":dependencyDashboard",
":ignoreModulesAndTests",
":semanticPrefixFixDepsChoreOthers",
"docker:pinDigests"
Comment on lines 6 to 8
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm this did not work the way I thought it would, it appears ignorePresets was overridden rather than being merged, as the dep dashboard popped up again, #589. Need to have a look.

],
"semanticCommits": "enabled",
"commitMessageTopic": "{{depName}}",
"rebaseWhen": "conflicted",
"dockerfile": {
"enabled": false
Expand Down