diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 2211a2f..ae41b98 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -4,6 +4,9 @@ on: branches: - !'main' - '*' + pull_request: + types: [opened, synchronize, reopened] + jobs: build: runs-on: docker diff --git a/renovate.json b/renovate.json index 876b765..539692b 100644 --- a/renovate.json +++ b/renovate.json @@ -11,5 +11,6 @@ "major" ] } - ] -} + ], + "reviewers": ["nick-slowinski.de/Owners"] +} \ No newline at end of file