Skip to content

Commit 75fe2ff

Browse files
authored
Keep GitHub Actions up to date with Dependabot (dmlc#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)
1 parent d81e319 commit 75fe2ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ updates:
2929
directory: "/jvm-packages/xgboost4j-spark-gpu"
3030
schedule:
3131
interval: "monthly"
32+
- package-ecosystem: "github-actions"
33+
directory: /
34+
schedule:
35+
interval: "monthly"

0 commit comments

Comments
 (0)