Keep GitHub Actions up to date with Dependabot (#10268)
# Fixes software supply chain safety warnings like at the bottom right of https://github.com/dmlc/xgboost/actions/runs/9048469681 * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
This commit is contained in:
parent
d81e319e78
commit
75fe2ff0c3
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -29,3 +29,7 @@ updates:
|
|||||||
directory: "/jvm-packages/xgboost4j-spark-gpu"
|
directory: "/jvm-packages/xgboost4j-spark-gpu"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user