Skip to content

Commit f4f9a2e

Browse files
author
Patrick Schwager
committed
update dependabot settings
1 parent 15e8d59 commit f4f9a2e

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,19 @@ on:
99
branches-ignore:
1010
- 'main'
1111
pull_request:
12+
branches:
13+
- main
1214

1315
jobs:
1416
CI:
1517
uses: eclipse-lmos/.github/.github/workflows/gradle-ci.yml@main
18+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1619
permissions:
1720
contents: read
21+
dependabot:
22+
uses: eclipse-lmos/.github/.github/workflows/dependabot-automerge.yml@main
23+
if: needs.CI.result == 'success'
24+
needs: CI
25+
permissions:
26+
contents: write
27+
pull-requests: write

.github/workflows/dependabot-automerge.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)