Skip to content

Commit

Permalink
github: 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 Sep 6, 2023
1 parent 1d3d00c commit bc39d80
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#########################################################################
# #
# File ID: ./.github/dependabot.yml #
# 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. #
# #
#########################################################################

#########################################################################
# #
# Changelog #
# #
# Date Author Version Description #
# #
# 06/09/2023 MG 1.0.1 Initial release. #
# #
#########################################################################


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


0 comments on commit bc39d80

Please sign in to comment.