Skip to content

Commit

Permalink
feat: add fileMatch (#433)
Browse files Browse the repository at this point in the history
close #432
  • Loading branch information
mikutas committed Sep 17, 2023
1 parent 5e0bd14 commit d058d3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"datasourceTemplate": "github-releases",
"depNameTemplate": "aquaproj/aqua",
"fileMatch": [
"^action\\.ya?ml$",
"^\\.github/.*\\.ya?ml$",
"^\\.circleci/config\\.yml$"
],
Expand Down
1 change: 1 addition & 0 deletions jsonnet/default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ local utils = import 'utils.libsonnet';
{
// Update aqua-installer action
fileMatch: [
'^action\\.ya?ml$',
'^\\.github/.*\\.ya?ml$',
'^\\.circleci/config\\.yml$',
],
Expand Down
Empty file modified scripts/generate.sh
100644 → 100755
Empty file.

0 comments on commit d058d3d

Please sign in to comment.