Skip to content

Commit

Permalink
Merge pull request saltstack#2160 from twangboy/update_npp
Browse files Browse the repository at this point in the history
Update npp versions to use renovate
  • Loading branch information
twangboy authored Aug 15, 2024
2 parents fb55fd4 + e27b37a commit 09dde6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion npp.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
{% else %}
{% set PROGRAM_FILES = "%ProgramFiles%" %}
{% endif %}
{%- load_yaml as versions %}
# renovate: datasource=github-releases depName=npp packageName=notepad-plus-plus/notepad-plus-plus
- '8.6.4'
{%- endload %}
npp:
{% for version in [
{% for version in versions + [
'8.6.2',
'8.6.1',
'8.6',
Expand Down

0 comments on commit 09dde6a

Please sign in to comment.