From d50a0623ebca514ea6ea4a0ab2a7a22fee3f650d Mon Sep 17 00:00:00 2001 From: Kovah Date: Sun, 14 Jan 2024 15:37:05 +0100 Subject: [PATCH] Add github config files --- .github/FUNDING.yml | 4 ++++ .github/dependabot.yml | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/dependabot.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..8d7de6c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms +github: kovah +patreon: Kovah +liberapay: kovah diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..46f6d01 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + groups: + prod-dependencies: + dependency-type: "production" + update-types: + - "minor" + - "patch" + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + - + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"