Skip to content

Commit

Permalink
Update Github Actions with Dependabot
Browse files Browse the repository at this point in the history
This repo currently uses actions which use a deprecated Node.js
version. Dependabot will make sure that we use up-to-date actions.

Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
  • Loading branch information
antoninbas committed Sep 20, 2024
1 parent e959a8c commit 3e1f0f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5

0 comments on commit 3e1f0f8

Please sign in to comment.