Skip to content

Commit

Permalink
test: Automate updates of test kubedb version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 28, 2024
1 parent 017ff4d commit 900b39c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [v1.4.9, v1.4.12, latest]
version:
- v1.13.3
- latest
steps:
- uses: actions/checkout@v4
- uses: ./
Expand Down
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>clevyr/renovate-config-public"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [".github/workflows/test.yaml"],
"matchStrings": ["version:\\n +- (?<currentValue>.*)\n"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "clevyr/kubedb"
}
]
}

0 comments on commit 900b39c

Please sign in to comment.