From 732d7cf0d4524d325c8b8e7e160ac09c36e9fa11 Mon Sep 17 00:00:00 2001 From: HoleInOneGolfer Date: Sun, 1 Sep 2024 00:48:07 +0000 Subject: [PATCH] chore(template): merge template changes :up: Signed-off-by: HoleInOneGolfer --- .github/dependabot.yml | 5 +++++ .github/workflows/pages.yml | 2 +- README.md | 33 ++++++++++++--------------------- 3 files changed, 18 insertions(+), 22 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f469fe0..b97bda3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,11 @@ version: 2 updates: + - package-ecosystem: "" + directory: "/src" # Location of package manifests for Maven + schedule: + interval: "weekly" # Update dependencies weekly + - package-ecosystem: "github-actions" # For GitHub Actions directory: "/.github/workflows" # Location of GitHub Actions workflows schedule: diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 7efe241..803140e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -39,4 +39,4 @@ jobs: path: './src/' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v1 diff --git a/README.md b/README.md index b6b6bfa..ef9164d 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,17 @@ -# Fondue Timer +# Repo-Template -This is a fondue timer to keep track of cooking times. Select your fork and then tap on the food you are cooking and a new timer will be created. If you want to edit just click the edit toggle button the top right corner and click on what you want to edit. To dismiss a timer just click on it. +This template has undergone many revisions, so repositories using it may differ. Not all elements here are necessary, and some may be redundant. Updates to this template will not be propagated to existing repositories due to time and effort constraints. -## Default Temperatures +## Folder Structure -| Type | Time | -| ---------- | ----------------------- | -| Beef | Medium Rare: 30 seconds | -| Fish | 30 seconds | -| Seafood | 2 minutes | -| Lamb | 1 minute | -| Pork | 1 minute | -| Poultry | 2 minutes | -| Vegetables | 3 minutes | +- `/`: Contains essential root files (e.g., `README.md`, `.gitignore`, workspace file). +- `/src`: All project source code resides here. Builds will focus on this directory. +- `/docs`: Contains project documentation. By default, it includes a workflow to set up GitHub Pages, but additional configuration in settings might be required. +- `/.github`: Contains GitHub-related configurations (e.g., workflows, templates, configs). -## Default Forks +## Workflows -| Name | Color | -| ------ | ----- | -| Black | ⬛ | -| Red | 🟥 | -| Green | 🟩 | -| Purple | 🟪 | -| Blue | 🟦 | -| Yellow | 🟨 | +- Greetings +- Labels +- Pages +- Stale