Commit 8e5c628
authored
renovate: Add git-refs custom manager for commit SHA tracking (#91)
Add a custom regex manager to track git commit SHAs in Justfiles and
YAML workflows. The pattern matches both double-quoted (Justfile) and
single-quoted (YAML) strings containing 40-character commit SHAs.
Example usage:
# renovate: datasource=git-refs depName=https://github.com/org/repo branch=main
export VAR := env("VAR", "<40-char-sha>") # Justfile
VAR: '<40-char-sha>' # YAML
This enables Renovate to automatically update pinned commit references
when the tracked branch advances.
Assisted-by: OpenCode (Claude Sonnet 4)1 parent 2c6a467 commit 8e5c628
1 file changed
Lines changed: 15 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
50 | 65 | | |
51 | 66 | | |
52 | 67 | | |
| |||
0 commit comments