From 3ede1081f9a403c973b143ca95a34585275d27f7 Mon Sep 17 00:00:00 2001 From: Aleksa Opacic Date: Mon, 21 Oct 2024 11:32:01 +0200 Subject: [PATCH] add nil.js and daily interval (#28) * add nil.js and daily interval * improve pr template --- .github/dependabot.yml | 5 +++-- .github/pull_request_template.md | 12 ------------ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c457d5..9056d2a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" \ No newline at end of file + - dependency-name: "@nilfoundation/hardhat-plugin", + - dependency-name: "@nilfoundation/niljs" \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4bb065d..31584e8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,9 +4,6 @@ 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 @@ -14,12 +11,3 @@ Please make sure you include a label in your branch name that reflects what exac - [ ] Optimization - [ ] Documentation Update - [ ] Test - -## Steps to QA -