|
1266 | 1266 | "matchStrings": [
|
1267 | 1267 | "version: \"?(?<currentValue>.*?)\"?\\n"
|
1268 | 1268 | ],
|
| 1269 | + "depNameTemplate": "influxdata/flux", |
| 1270 | + "datasourceTemplate": "github-releases", |
| 1271 | + "extractVersionTemplate": "^v(?<version>.+?)$" |
| 1272 | + }, |
| 1273 | + { |
| 1274 | + "fileMatch": [ |
| 1275 | + "^tools/flux2/manifest.yaml$" |
| 1276 | + ], |
| 1277 | + "matchStrings": [ |
| 1278 | + "version: \"?(?<currentValue>.*?)\"?\\n" |
| 1279 | + ], |
1269 | 1280 | "depNameTemplate": "fluxcd/flux2",
|
1270 | 1281 | "datasourceTemplate": "github-releases",
|
1271 | 1282 | "extractVersionTemplate": "^v(?<version>.+?)$"
|
|
1763 | 1774 | "datasourceTemplate": "github-releases",
|
1764 | 1775 | "extractVersionTemplate": "^v(?<version>.+?)$"
|
1765 | 1776 | },
|
| 1777 | + { |
| 1778 | + "fileMatch": [ |
| 1779 | + "^tools/influx-cli/manifest.yaml$" |
| 1780 | + ], |
| 1781 | + "matchStrings": [ |
| 1782 | + "version: \"?(?<currentValue>.*?)\"?\\n" |
| 1783 | + ], |
| 1784 | + "depNameTemplate": "influxdata/influx-cli", |
| 1785 | + "datasourceTemplate": "github-releases", |
| 1786 | + "extractVersionTemplate": "^v(?<version>.+?)$" |
| 1787 | + }, |
| 1788 | + { |
| 1789 | + "fileMatch": [ |
| 1790 | + "^tools/influxdb/manifest.yaml$" |
| 1791 | + ], |
| 1792 | + "matchStrings": [ |
| 1793 | + "version: \"?(?<currentValue>.*?)\"?\\n" |
| 1794 | + ], |
| 1795 | + "depNameTemplate": "influxdata/influxdb", |
| 1796 | + "datasourceTemplate": "github-releases", |
| 1797 | + "extractVersionTemplate": "^v(?<version>.+?)$" |
| 1798 | + }, |
1766 | 1799 | {
|
1767 | 1800 | "fileMatch": [
|
1768 | 1801 | "^tools/inotify-tools/manifest.yaml$"
|
|
3420 | 3453 | "extractVersionTemplate": "^v(?<version>.+?)$",
|
3421 | 3454 | "versioningTemplate": "loose"
|
3422 | 3455 | },
|
| 3456 | + { |
| 3457 | + "fileMatch": [ |
| 3458 | + "^tools/telegraf/manifest.yaml$" |
| 3459 | + ], |
| 3460 | + "matchStrings": [ |
| 3461 | + "version: \"?(?<currentValue>.*?)\"?\\n" |
| 3462 | + ], |
| 3463 | + "depNameTemplate": "influxdata/telegraf", |
| 3464 | + "datasourceTemplate": "github-releases", |
| 3465 | + "extractVersionTemplate": "^v(?<version>.+?)$" |
| 3466 | + }, |
3423 | 3467 | {
|
3424 | 3468 | "fileMatch": [
|
3425 | 3469 | "^tools/teleport/manifest.yaml$"
|
|
0 commit comments