0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-22 09:20:38 +00:00

fix drone file exclude

This commit is contained in:
Robert Kaussow 2021-10-24 16:06:56 +02:00
parent 41c85a9919
commit ac98f5a54e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -44,5 +44,5 @@
] ]
} }
], ],
"ignorePaths": ["**/.drone.*"] "ignorePaths": ["**/.drone.[^env]*"]
} }