ci: add dependabot configuration file (#43)

This commit is contained in:
Unai Martinez-Corral
2022-06-28 12:56:07 +01:00
committed by GitHub
2 changed files with 24 additions and 0 deletions

16
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
version: 2
updates:
# Maintain GitHub Action runners
- package-ecosystem: "github-actions"
directory: "/"
target-branch: dev
commit-message:
prefix: "[Dependabot]"
labels:
- Dependencies
assignees:
- Paebbels
reviewers:
- Paebbels
schedule:
interval: "daily" # Checks on Monday trough Friday.

View File

@@ -1,8 +1,16 @@
# New Features
* tbd
# Changes
* tbd
# Bug Fixes
* tbd
----------
# Related PRs:
* tbd