Unverified Commit a0279f62 authored by Michael Kriese's avatar Michael Kriese
Browse files

chore: fix config

BREAKING CHANGE: Update renovate to v38 (renovate-bot/renovate-runner!2863)
parent 106453b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
        "ghcr.io/renovatebot/renovate"
      ],
      "matchUpdateTypes": ["major"],
      "commitMessagePrefix": "feat(deps)!",
      "commitMessagePrefix": "feat(deps)!:",
      "automergeType": "pr"
    },
    {
+4 −8
Original line number Diff line number Diff line
@@ -16,10 +16,6 @@
        "type": "feat",
        "section": "Features"
      },
      {
        "type": "feature",
        "section": "Features"
      },
      {
        "type": "fix",
        "section": "Bug Fixes"
@@ -40,10 +36,6 @@
        "type": "style",
        "section": "Styles"
      },
      {
        "type": "chore",
        "section": "Miscellaneous Chores"
      },
      {
        "type": "refactor",
        "section": "Code Refactoring"
@@ -59,6 +51,10 @@
      {
        "type": "ci",
        "section": "Continuous Integration"
      },
      {
        "type": "chore",
        "section": "Miscellaneous Chores"
      }
    ]
  },