Skip to content

Commit

Permalink
chore(ci): fix duplicate docker keycloakify
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored May 11, 2024
1 parent 7d2fce2 commit 4b6a2a9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ updates:
update-types:
- "minor"
- "patch"
- package-ecosystem: docker
directory: keycloak/keycloakify
schedule:
interval: weekly
groups:
minorAndPatch:
update-types:
- "minor"
- "patch"
- package-ecosystem: docker
directories:
- website
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/dependabot-validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: dependabot validate

on:
pull_request:
paths:
- ".github/dependabot.yml"
- ".github/workflows/dependabot-validate.yml"
jobs:
validate:
permissions:
contents: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: marocchino/validate-dependabot@v3
id: validate
- uses: marocchino/sticky-pull-request-comment@v2
if: always()
with:
header: validate-dependabot
message: ${{ steps.validate.outputs.markdown }}

0 comments on commit 4b6a2a9

Please sign in to comment.