From eaafbb35e7e1fdc7ed9182d85f48b2ccb291faa1 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 16 Nov 2023 10:25:40 -0500 Subject: [PATCH 1/2] Update LICENSE to standard --- LICENSE | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index fd18759..5f9e342 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ +MIT License -The MIT License (MIT) - -Copyright (c) 2019 GitHub Actions +Copyright GitHub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file From 3590e9b7693b6ae976b4f73f7cdadff8dfae7008 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 16 Nov 2023 10:25:44 -0500 Subject: [PATCH 2/2] Change dependabot schedule --- .github/dependabot.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index edbda16..8b2c4c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,16 +2,10 @@ version: 2 updates: - package-ecosystem: github-actions directory: / - labels: - - dependabot - - actions schedule: - interval: daily + interval: weekly - package-ecosystem: npm directory: / - labels: - - dependabot - - npm schedule: - interval: daily + interval: weekly