registry-operator / adr

Collection of Architectural Decision Records (ADRs)
The Unlicense
0 stars 2 forks source link

fix(ci): dependabot config breaking commitlint #7

Closed shanduur closed 4 months ago

shanduur commented 4 months ago

What this PR does / why we need it:

Customising commit message in dependabot forces message to not be compatible with commitlint. This PR fixes that.

Which issue(s) this PR resolves:

N/A

Special notes for your reviewer:

N/A

Additional documentation e.g., enhancement proposals, usage docs, etc.:

N/A

shanduur commented 4 months ago

Rejecting, this can be resolved by amending faulty Dependabot message in next PR. New messages will follow the previous pattern (see https://github.com/dependabot/feedback/issues/292).