Skip to content

Commit

Permalink
add nil.js and daily interval (#28)
Browse files Browse the repository at this point in the history
* add nil.js and daily interval

* improve pr template
  • Loading branch information
0xAleksaOpacic authored Oct 21, 2024
1 parent dbd9678 commit 3ede108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
open-pull-requests-limit: 1
commit-message:
prefix: "deps"
labels:
- "dependencies"
allow:
- dependency-name: "@nilfoundation/hardhat-plugin"
- dependency-name: "@nilfoundation/hardhat-plugin",
- dependency-name: "@nilfoundation/niljs"
12 changes: 0 additions & 12 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,10 @@ Please do not leave this blank
This PR [adds/removes/fixes/replaces] the [bugfix, improvement, hotfix, test].
-->

## Branch Naming Conventions:
Please make sure you include a label in your branch name that reflects what exactly you did **(feature/bugfix/test/refactoring)** and a short description of the change.

## What type of PR is this? (check all applicable)
- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Optimization
- [ ] Documentation Update
- [ ] Test

## Steps to QA
<!--
Please provide some steps for the reviewer to test your change. If you have wrote tests, you can mention that here instead.
1. Run a command
2. Do this thing
3. Validate you see the thing working
-->

0 comments on commit 3ede108

Please sign in to comment.