From 628686b72894caad43676f504ae346d5195e7e43 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Sat, 9 Sep 2023 11:10:06 +0200 Subject: [PATCH] wip --- .github/ISSUE_TEMPLATE/bug_report.md | 23 ------------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ---------------- .../config.xml => .github/dependabot.yml | 3 ++- .github/workflows/linter.yml | 1 - ...s-and-release.yml => test-and-release.yml} | 0 5 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md rename .dependabot/config.xml => .github/dependabot.yml (76%) rename .github/workflows/{v4-tests-and-release.yml => test-and-release.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 37eab8f..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 11fc491..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.dependabot/config.xml b/.github/dependabot.yml similarity index 76% rename from .dependabot/config.xml rename to .github/dependabot.yml index 1230149..23c4cb3 100644 --- a/.dependabot/config.xml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ +--- version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 6af724c..768fbe0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -24,4 +24,3 @@ jobs: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: v4.x GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file diff --git a/.github/workflows/v4-tests-and-release.yml b/.github/workflows/test-and-release.yml similarity index 100% rename from .github/workflows/v4-tests-and-release.yml rename to .github/workflows/test-and-release.yml