envoyproxy/envoy

Auto-close dependabot PRs on envoyproxy repos other than envoy

Open

#19.954 geöffnet am 15. Feb. 2022

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
dependenciesenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

Description

Currently dependabot opens PRs on any mirror repos of envoyproxy/envoy.

This is annoying both for users forking the repo, and for mirror repos under the envoyproxy org

There is not an easy solution to this as i understand it, other than maintaining patch commits to remove the dependabot config etc

One possible solution wrt to mirror repos in the envoyproxy domain is that we add a gh action to auto-close these - this is what we currently do manually

Contributor Guide