borg: ignore alpha releases in update-check.

This commit is contained in:
Leah Neukirchen 2019-02-26 10:06:09 +01:00
parent e5e9aeb9f6
commit 0befa5271a

View file

@ -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*'