ci(renovate): disable github-actions manager #81
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: Sync Files | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
sync-files: | |
name: Sync Files | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Synchronization | |
uses: BetaHuhn/[email protected] | |
with: | |
GH_PAT: ${{ secrets.GH_FULL_PAT }} | |
COMMIT_PREFIX: "chore:" | |
ORIGINAL_MESSAGE: true | |
COMMIT_EACH_FILE: false | |
GIT_USERNAME: phnx47[bot] | |
GIT_EMAIL: [email protected] |