Skip to content

Commit

Permalink
Add dependabot and templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Sep 11, 2023
1 parent 665bb2d commit d03c02d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Expected Behavior


## Actual Behavior


## Steps to Reproduce the Problem

1.
1.
1.

## Specifications

- Version:
- Platform:
- Subsystem:
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Fixes #

## Proposed Changes

-
-
-
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: 'daily'
time: '00:00'
timezone: 'America/Los_Angeles' # 12am Pacific Time
labels:
- 'dependabot'
open-pull-requests-limit: 5

0 comments on commit d03c02d

Please sign in to comment.