GoogleCloudPlatform / prometheus-engine

Google Cloud Managed Service for Prometheus libraries and manifests.
https://g.co/cloud/managedprometheus
Apache License 2.0
195 stars 93 forks source link

chore: fix dependabot commit scopes #832

Closed bernot-dev closed 9 months ago

bernot-dev commented 9 months ago

Basically, dependabot tries to be smart. It detects the previous commit message, and then extrapolates based on that to determine how to to create the next one.

With include: scope on, we should not include the scope in the prefix, because it will be included again.

bernot-dev commented 9 months ago

Apparently, this has been confusing other people, too. Seems like the documentation of the feature is incomplete.

https://github.com/dependabot/dependabot-core/issues/8443