Browse Source

exclude dependabot/.* from listing unhealthy branches

Yuki Takei 4 years ago
parent
commit
5c909fcddc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/github-actions/list-branches.js

+ 1 - 0
bin/github-actions/list-branches.js

@@ -18,6 +18,7 @@ const EXCLUDE_PATTERNS = [
   // https://regex101.com/r/Lnx7Pz/3
   // https://regex101.com/r/Lnx7Pz/3
   /^dev\/[\d.x]*$/,
   /^dev\/[\d.x]*$/,
   /^release\/.+$/,
   /^release\/.+$/,
+  /^dependabot\/.+$/,
 ];
 ];
 const LEGAL_PATTERNS = [
 const LEGAL_PATTERNS = [
   /^master$/,
   /^master$/,