Skip to content

Commit

Permalink
chore: add the missing renovate keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Jan 16, 2025
1 parent 3b43af7 commit 722d406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/vmagent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ vmagent_remote_write_token_file: ""
vmagent_remote_write_username: ""
vmagent_scrape_interval: 30s
vmagent_user: vmagent
# github=victoriametrics/victoriametrics
# renovate: github=victoriametrics/victoriametrics
vmagent_version: 1.106.0
vmagent_vmutils_url: https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v{{ vmagent_version | regex_replace('^v', '') }}/vmutils-{{ vmagent_os }}-{{ vmagent_arch }}-v{{ vmagent_version | regex_replace('^v', '') }}.tar.gz

Check warning on line 25 in roles/vmagent/defaults/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[line-length]

Line too long (238 > 160 characters)

0 comments on commit 722d406

Please sign in to comment.