docs: update README URLs to v0.6.0 and add Renovate rule to keep them current#31
Merged
zeitlinger merged 1 commit intomainfrom Feb 18, 2026
Merged
docs: update README URLs to v0.6.0 and add Renovate rule to keep them current#31zeitlinger merged 1 commit intomainfrom
zeitlinger merged 1 commit intomainfrom
Conversation
… current Update example task URLs from v0.3.0 to v0.6.0 and add a custom Renovate manager so these URLs get bumped automatically after releases. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates documentation examples to reference the latest v0.6.0 release and adds automation to keep these references up-to-date in the future. The changes update example task URLs from v0.3.0 to v0.6.0 with the corresponding commit SHA, and introduce a Renovate custom manager to automatically track and update these URLs going forward.
Changes:
- Update README.md example URLs from v0.3.0 (commit
30090d5...) to v0.6.0 (commit5bb3726...) - Add Renovate custom regex manager to automatically update SHA-pinned raw.githubusercontent.com URLs in README.md
- Update renovate-tracked-deps.json to reflect the new dependency being tracked
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated example task URLs and documentation references from v0.3.0 to v0.6.0 with new commit SHA |
| .github/renovate.json5 | Added custom regex manager to track and auto-update GitHub raw URLs with SHA pins and version comments |
| .github/renovate-tracked-deps.json | Added README.md tracking entry for grafana/flint dependency via regex manager |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Apr 16, 2026
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
30090d5...) to v0.6.0 (5bb3726...).github/renovate.json5that matchesraw.githubusercontent.comURLs inREADME.md, so they get bumped automatically after future releasesrenovate-tracked-deps.jsonto reflect the new managerTest plan
mise run lintpasses