Skip to content

Commit

Permalink
actions: Add dependabot version update config
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Grant <[email protected]>
  • Loading branch information
m-grant-prg committed Oct 16, 2023
1 parent bf54f25 commit 9bf687c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#########################################################################
# #
# Author: Copyright (C) 2023 Mark Grant #
# #
# Released under the GPLv3 only. #
# SPDX-License-Identifier: GPL-3.0-only #
# #
# Purpose: #
# Configuration file for GitHub dependabot checks and updates. #
# #
#########################################################################


version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"


0 comments on commit 9bf687c

Please sign in to comment.