From 2e10746a5b556aee027547866675eddcc653c0f1 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Tue, 27 Feb 2024 19:16:26 +0800 Subject: [PATCH] update dependabot.yml and FUNDING.yml --- .github/FUNDING.yml | 13 +++++++++++++ .github/dependabot.yml | 9 +++++++++ 2 files changed, 22 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 00000000..16d8cbbd --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,13 @@ +# These are supported funding model platforms + +github: ForteScarlet +patreon: ForteScarlet +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ea7718bd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: gradle + directory: / + target-branch: "dev/main" + schedule: + interval: weekly + labels: + - dependencies