mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Add dependabot to check for GH action updates.
This commit is contained in:
16
.github/dependabot.yml
vendored
Normal file
16
.github/dependabot.yml
vendored
Normal 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.
|
||||||
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
@@ -1,8 +1,16 @@
|
|||||||
# New Features
|
# New Features
|
||||||
|
|
||||||
* tbd
|
* tbd
|
||||||
|
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
* tbd
|
* tbd
|
||||||
|
|
||||||
# Bug Fixes
|
# Bug Fixes
|
||||||
|
|
||||||
|
* tbd
|
||||||
|
|
||||||
|
----------
|
||||||
|
# Related PRs:
|
||||||
|
|
||||||
* tbd
|
* tbd
|
||||||
|
|||||||
Reference in New Issue
Block a user