borg: ignore alpha releases in update-check.
This commit is contained in:
parent
e5e9aeb9f6
commit
0befa5271a
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
site='https://github.com/borgbackup/borg/releases'
|
site='https://github.com/borgbackup/borg/releases'
|
||||||
pattern='borgbackup-\K[\d.rcb]+\d'
|
pattern='borgbackup-\K[\d.rcab]+\d'
|
||||||
ignore='*rc* *b*'
|
ignore='*rc* *b* *a*'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue