diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b00f1c9..b0e78ba 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,15 +1,13 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -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 +#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +#patreon: # Replace with a single Patreon username +#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: [ "https://www.buymeacoffee.com/ThePirateKing", ] diff --git a/.github/TODO.md b/.github/TODO.md index 0da993b..394ada8 100644 --- a/.github/TODO.md +++ b/.github/TODO.md @@ -15,4 +15,7 @@ 8. Check through all marked filed #NotUrgent 9. Update github: #NotUrgent - Better issue templates using yaml + - [Example 1](https://github.com/javalent/admonitions/tree/main/.github/ISSUE_TEMPLATE) + - [Example 2](https://github.com/obsidian-tasks-group/obsidian-tasks/tree/main/.github/ISSUE_TEMPLATE) - `dependabot.yml` + - `test.yml` - [Tests](https://github.com/tgrosinger/advanced-tables-obsidian/blob/main/.github/workflows/main.yml) and [More Tests](https://github.com/chhoumann/quickadd/blob/master/.github/workflows/test.yml) and [Even More Tests](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/.github/workflows/verify.yml) diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9457dbc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"