Skip to content

Commit

Permalink
feat(default): extend github-actions manager to look for subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
h-wang94 authored and tagoro9 committed Apr 29, 2024
1 parent 091eb6e commit 2d414b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"matchUpdateTypes": ["minor", "patch"]
}
],
"reviewersFromCodeOwners": true
"reviewersFromCodeOwners": true,
"github-actions": {
"fileMatch": ["(^|/).github/workflows/.+/.+\\.ya?ml$"]
}
}

0 comments on commit 2d414b6

Please sign in to comment.