Add renovate.json #90
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build package | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
build-pkg: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: manjaro/manjaro-pkg-action@main | |
with: | |
gpg-key: ${{ secrets.CI_PRIV_KEY }} | |
gpg-passphrase: ${{ secrets.CI_GPG_PASSPHRASE }} | |
boxit-host: ${{ secrets.BOXIT_HOST }} | |
boxit-target: ${{ secrets.BOXIT_TARGET }} | |
ssh-key: ${{ secrets.SSH_PACKAGE_CI }} | |
######### EDIT: | |
package: palemoon-bin | |
repo: community | |
## non-standard path to source repo - default: https://gitlab.manjaro.org/packages/$repo/$package | |
source: | |
## branch: (default: unstable) | |
branch: unstable | |
## multilib: (default: false) | |
multilib: false | |
## custom-repo - default: "" | |
custom-repo: "" | |
# built Wed 20 Apr 2022 11:05:25 PM CEST |