From 83efd3371a40a445d7479e4255ce1dc37075e6b7 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 16 Nov 2023 10:23:32 -0500 Subject: [PATCH 1/2] Update LICENSE to standard --- LICENSE | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index a67dca8..5f9e342 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ +MIT License -The MIT License (MIT) - -Copyright (c) 2018 GitHub, Inc. and contributors +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 @@ -10,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file From a0be504e6e3a7ce6bcaf81995c81c9b8f645d757 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 16 Nov 2023 10:23:37 -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 70cb209..84da8d0 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: docker directory: / - labels: - - dependabot - - docker schedule: - interval: daily + interval: weekly