Skip to content

Commit ee4f23a

Browse files
chrisworthcgiclaude
andcommitted
CME-541: Enable Renovate updates for App Insights agent
Add renovate datasource comment to Dockerfile and regexManagers to renovate.json to enable automatic dependency updates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dc2d8c2 commit ee4f23a

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,13 @@
1313
"matchPackageNames": ["org.junit.platform"],
1414
"allowedVersions": "1.9.2"
1515
}
16+
],
17+
"regexManagers": [
18+
{
19+
"fileMatch": ["^Dockerfile$"],
20+
"matchStrings": [
21+
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sARG .*?_VERSION=(?<currentValue>.*)\\s"
22+
]
23+
}
1624
]
1725
}

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
12
ARG APP_INSIGHTS_AGENT_VERSION=3.4.9
23
ARG PLATFORM=""
34
# Application image

0 commit comments

Comments
 (0)