chore(deps): update dependency open-policy-agent/opa to v0.65.0 (dockerfile) (main) #1232
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
# @todo: sync with other repositories | |
name: governance.bot | |
on: | |
pull_request_target: | |
branches: [master, main] | |
types: [synchronize, opened, labeled, unlabeled] | |
issues: | |
types: [opened, labeled, unlabeled] | |
issue_comment: | |
types: [created] | |
workflow_dispatch: | |
jobs: | |
main: | |
name: governance | |
runs-on: ubuntu-latest | |
if: > | |
(github.actor != 'dependabot[bot]' || github.actor != 'dependabot-preview[bot]' || | |
github.actor != 'renovate[bot]' || github.actor != 'renovate-bot') | |
steps: | |
- uses: DeFiCh/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
config-path: .github/governance.bot.yml |