From 025d9330ea5864c9b3d3224459449f04223bf456 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 8 May 2023 21:16:13 +0100 Subject: [PATCH] [ci skip] Add dependabot and funding files --- .github/dependabot.yml | 8 ++++++++ .github/funding.yml | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/funding.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a0a14d3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Dependabot configuration file for GitHub + +version: 2 +updates: + - package-ecosystem: "gradle" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" \ No newline at end of file diff --git a/.github/funding.yml b/.github/funding.yml new file mode 100644 index 0000000..362350e --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1,4 @@ +# Funding metadata for GitHub + +github: WiIIiam278 +custom: https://buymeacoff.ee/william278 \ No newline at end of file