Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 78d1aa6

Browse files
authored
Merge pull request #17 from solarwinds/cc/NH-119445
NH-119445: add dependabot.yaml and pull_request_template.md
2 parents 8cfafe6 + 2dd9c05 commit 78d1aa6

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**Tl;dr**: [optional] 1-liner if the context of the change is long
2+
3+
**Context**:
4+
5+
Few sentences on the changes. Maybe link to relevant design docs or discussion if any.
6+
7+
**Test Plan**:
8+
9+
How it was tested or going to be tested

0 commit comments

Comments
 (0)