Skip to content

Commit

Permalink
Merge pull request #31 from Staffbase/dependabot-automerge
Browse files Browse the repository at this point in the history
add dependabot automerge
  • Loading branch information
monotek authored Aug 5, 2024
2 parents 728d41d + 448aac9 commit d4659ba
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
super-linter:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -23,7 +23,7 @@ jobs:
VALIDATE_JSCPD: false

docker-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -49,3 +49,15 @@ jobs:
platforms: linux/amd64
push: false
tags: ${{ steps.meta.outputs.tags }}

dependabot-automerge:
name: Auto Merge (Dependabot)
needs:
- docker-build
- super-linter
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
with:
force: true
secrets:
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: release-drafter/release-drafter@v6
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
id-token: write
packages: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
18 changes: 18 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: patroni-selfheal
description: patroni-selfheal kills patroni containers if they fail to start
annotations:
github.com/project-slug: Staffbase/patroni-selfheal
github.com/team-slug: Staffbase/diablo
backstage.io/techdocs-ref: url:https://github.com/Staffbase/patroni-selfheal/tree/main
jfrog-artifactory/image-name: apperator
tags:
- kubernetes
- operator
- go
spec:
type: service
owner: diablo
lifecycle: production

0 comments on commit d4659ba

Please sign in to comment.