|
1 | 1 | # Renovate's custom manager (.github/renovate.json) keeps each commit hash up to date. |
2 | | -# Add the annotation comment right before a url, with currentValue set to the repository's |
3 | | -# default branch; datasource and depName are derived from the url: |
4 | | -# # renovate: currentValue=<branch> |
| 2 | +# Add the annotation comment right before a url; depName is derived from the url. Track a |
| 3 | +# release tag where the upstream keeps tagging, and the default branch otherwise -- only |
| 4 | +# tags carry a release timestamp, so `minimumReleaseAge` can be enforced for them: |
| 5 | +# # renovate: datasource=github-tags currentValue=<tag> |
| 6 | +# # renovate: datasource=github-digest currentValue=<branch> |
5 | 7 | # url = "https://github.com/<owner>/<repo>/archive/<commit hash>.tar.gz" |
6 | 8 |
|
7 | 9 | [".claude/hooks/git-safe.sh"] |
8 | 10 | type = "file" |
9 | | -# renovate: currentValue=main |
10 | | -url = "https://raw.githubusercontent.com/Bande-a-Bonnot/Boucle-framework/538e59af24758823623093e2fc1b9c8357efc9c0/tools/git-safe/hook.sh" |
| 11 | +# renovate: datasource=github-tags currentValue=v0.13.0 |
| 12 | +url = "https://raw.githubusercontent.com/Bande-a-Bonnot/Boucle-framework/4c2dc556aa6794c0747d9dc3ba1c6b045c1ad761/tools/git-safe/hook.sh" |
11 | 13 | executable = true |
12 | 14 |
|
13 | 15 | [".claude/skills/grill-me/SKILL.md"] |
14 | 16 | type = "file" |
15 | | -# renovate: currentValue=main |
16 | | -url = "https://raw.githubusercontent.com/mattpocock/skills/2ab958093e83e0ec752e6c1c5932da465bf23e0c/skills/productivity/grill-me/SKILL.md" |
| 17 | +# renovate: datasource=github-tags currentValue=v1.1.0 |
| 18 | +url = "https://raw.githubusercontent.com/mattpocock/skills/d574778f94cf620fcc8ce741584093bc650a61d3/skills/productivity/grill-me/SKILL.md" |
17 | 19 |
|
18 | 20 | [".claude/skills/grilling/SKILL.md"] |
19 | 21 | type = "file" |
20 | | -# renovate: currentValue=main |
21 | | -url = "https://raw.githubusercontent.com/mattpocock/skills/2ab958093e83e0ec752e6c1c5932da465bf23e0c/skills/productivity/grilling/SKILL.md" |
| 22 | +# renovate: datasource=github-tags currentValue=v1.1.0 |
| 23 | +url = "https://raw.githubusercontent.com/mattpocock/skills/d574778f94cf620fcc8ce741584093bc650a61d3/skills/productivity/grilling/SKILL.md" |
22 | 24 |
|
23 | 25 | [".codex/skills/commit/SKILL.md"] |
24 | 26 | type = "file" |
25 | | -# renovate: currentValue=main |
| 27 | +# renovate: datasource=github-tags currentValue=v2.1.220 |
26 | 28 | url = "https://raw.githubusercontent.com/anthropics/claude-code/7ef6eec9d9ba84ea6f233f26c45f1df5c5991843/plugins/commit-commands/commands/commit.md" |
27 | 29 |
|
28 | 30 | [".codex/skills/grill-me/SKILL.md"] |
29 | 31 | type = "file" |
30 | | -# renovate: currentValue=main |
31 | | -url = "https://raw.githubusercontent.com/mattpocock/skills/2ab958093e83e0ec752e6c1c5932da465bf23e0c/skills/productivity/grill-me/SKILL.md" |
| 32 | +# renovate: datasource=github-tags currentValue=v1.1.0 |
| 33 | +url = "https://raw.githubusercontent.com/mattpocock/skills/d574778f94cf620fcc8ce741584093bc650a61d3/skills/productivity/grill-me/SKILL.md" |
32 | 34 |
|
33 | 35 | [".codex/skills/grilling/SKILL.md"] |
34 | 36 | type = "file" |
35 | | -# renovate: currentValue=main |
36 | | -url = "https://raw.githubusercontent.com/mattpocock/skills/2ab958093e83e0ec752e6c1c5932da465bf23e0c/skills/productivity/grilling/SKILL.md" |
| 37 | +# renovate: datasource=github-tags currentValue=v1.1.0 |
| 38 | +url = "https://raw.githubusercontent.com/mattpocock/skills/d574778f94cf620fcc8ce741584093bc650a61d3/skills/productivity/grilling/SKILL.md" |
37 | 39 |
|
38 | 40 | [".config/nvim/pack/vendor/start/copilot.vim"] |
39 | 41 | type = "archive" |
40 | | -# renovate: currentValue=release |
| 42 | +# renovate: datasource=github-tags currentValue=v1.59.0 |
41 | 43 | url = "https://github.com/github/copilot.vim/archive/a12fd5672110c8aa7e3c8419e28c96943ca179be.tar.gz" |
42 | 44 | stripComponents = 1 |
43 | 45 |
|
44 | 46 | [".config/nvim/pack/vendor/start/lualine.nvim"] |
45 | 47 | type = "archive" |
46 | | -# renovate: currentValue=master |
| 48 | +# renovate: datasource=github-digest currentValue=master |
47 | 49 | url = "https://github.com/nvim-lualine/lualine.nvim/archive/221ce6b2d999187044529f49da6554a92f740a96.tar.gz" |
48 | 50 | stripComponents = 1 |
49 | 51 |
|
50 | 52 | [".config/nvim/pack/vendor/start/solarized.nvim"] |
51 | 53 | type = "archive" |
52 | | -# renovate: currentValue=master |
| 54 | +# renovate: datasource=github-digest currentValue=master |
53 | 55 | url = "https://github.com/shaunsingh/solarized.nvim/archive/fe02ed49cc017cc93657bd6306a2624394611c69.tar.gz" |
54 | 56 | stripComponents = 1 |
55 | 57 |
|
56 | 58 | [".config/nvim/pack/vendor/start/vim-fugitive"] |
57 | 59 | type = "archive" |
58 | | -# renovate: currentValue=master |
| 60 | +# renovate: datasource=github-digest currentValue=master |
59 | 61 | url = "https://github.com/tpope/vim-fugitive/archive/3b753cf8c6a4dcde6edee8827d464ba9b8c4a6f0.tar.gz" |
60 | 62 | stripComponents = 1 |
61 | 63 |
|
62 | 64 | [".config/nvim/pack/vendor/start/vim-surround"] |
63 | 65 | type = "archive" |
64 | | -# renovate: currentValue=master |
| 66 | +# renovate: datasource=github-digest currentValue=master |
65 | 67 | url = "https://github.com/tpope/vim-surround/archive/3d188ed2113431cf8dac77be61b842acb64433d9.tar.gz" |
66 | 68 | stripComponents = 1 |
0 commit comments