- move checkout step right before use. - quotes in yaml and bash. - unfold single-line run commands. - set `CMAKE_WARN_DEPRECATED=OFF` for CMake with Android NDK to avoid a wall of useless deprecation warnings hiding useful output. These warnings happen in 3rd-party scripts, and unfixable in curl. Closes #16042
11 lines
211 B
YAML
11 lines
211 B
YAML
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|