Skip to content

Commit 13d9013

Browse files
authored
Update dependabot.yml (#62)
* Update dependabot.yml * fix workflow
1 parent 80f2daa commit 13d9013

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,20 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7-
open-pull-requests-limit: 10
87
groups:
98
dependencies:
109
patterns:
1110
- "*"
1211
labels:
1312
- "dependencies"
14-
target-branch: "master"
13+
target-branch: "main"
1514

1615
- package-ecosystem: "github-actions"
1716
directory: "/"
1817
schedule:
1918
interval: "weekly"
20-
open-pull-requests-limit: 5
2119
commit-message:
2220
prefix: "[workflow]"
2321
labels:
2422
- "dependencies"
25-
target-branch: "master"
23+
target-branch: "main"

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
build:
7-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-latest
88
permissions:
99
contents: read
1010
packages: write
11-
strategy:
12-
fail-fast: false
13-
matrix:
14-
java_version: [22]
15-
os: [ubuntu-latest]
1611

1712
steps:
1813
- uses: actions/checkout@v4

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
on:
66
push:
77
branches: [main]
8+
workflow_dispatch:
89

910
# Your workflows jobs.
1011
jobs:

0 commit comments

Comments
 (0)