Merge branch 'main' of https://github.com/cockpit-project/starter-kit
This commit is contained in:
commit
a55c3d5b6f
11 changed files with 23 additions and 36 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -21,3 +21,9 @@ updates:
|
|||
patternfly:
|
||||
patterns:
|
||||
- "@patternfly*"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 3
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
|
|
|||
2
.github/workflows/cockpit-lib-update.yml
vendored
2
.github/workflows/cockpit-lib-update.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
echo '${{ secrets.GITHUB_TOKEN }}' > ~/.config/github-token
|
||||
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run cockpit-lib-update
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue