mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
ci: add dependabot configuration file (#43)
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
|
||||
|
||||
* tbd
|
||||
|
||||
# Changes
|
||||
|
||||
* tbd
|
||||
|
||||
# Bug Fixes
|
||||
|
||||
* tbd
|
||||
|
||||
----------
|
||||
# Related PRs:
|
||||
|
||||
* tbd
|
||||
|
||||
Reference in New Issue
Block a user