mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: Included githubactions in the dependabot config
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure: https://docs.github.com/en/code-security/dependabot GitHub actions up to dat: e https://docs.github.com/en/code-security/dependabot/ \ working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot dependency-update-tool: https://github.com/ossf/scorecard/blob/main/docs/checks.md Signed-off-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
parent
bd57feb26e
commit
09f8ee0f3f
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -47,3 +47,13 @@ updates:
|
|||||||
- ci/skip/e2e
|
- ci/skip/e2e
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "rebase"
|
prefix: "rebase"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
rebase-strategy: disabled
|
||||||
|
labels:
|
||||||
|
- rebase
|
||||||
|
- ci/skip/e2e
|
||||||
|
commit-message:
|
||||||
|
prefix: rebase
|
||||||
|
Loading…
Reference in New Issue
Block a user