diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 143bd109..8c27f996 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -41,8 +41,6 @@ body: ⚠️ DON'T FORGET TO REMOVE PRIVATE DATA LIKE IP ADDRESSES ! ⚠️ placeholder: Log output render: shell - validations: - required: true - type: input id: version attributes: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e810380..e2cfcfdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,7 +18,7 @@ updates: schedule: interval: "daily" assignees: - - "fl0ppy-d1sk" + - "TheophileDiot" commit-message: prefix: "deps/bw" target-branch: "dev" @@ -29,7 +29,7 @@ updates: schedule: interval: "daily" assignees: - - "fl0ppy-d1sk" + - "TheophileDiot" commit-message: prefix: "deps/scheduler" target-branch: "dev" @@ -38,7 +38,7 @@ updates: schedule: interval: "daily" assignees: - - "fl0ppy-d1sk" + - "TheophileDiot" commit-message: prefix: "deps/scheduler" target-branch: "dev" @@ -49,7 +49,7 @@ updates: schedule: interval: "daily" assignees: - - "fl0ppy-d1sk" + - "TheophileDiot" commit-message: prefix: "deps/autoconf" target-branch: "dev" @@ -58,7 +58,7 @@ updates: schedule: interval: "daily" assignees: - - "fl0ppy-d1sk" + - "TheophileDiot" commit-message: prefix: "deps/autoconf" target-branch: "dev" @@ -69,7 +69,7 @@ updates: schedule: interval: "daily" assignees: - - "fl0ppy-d1sk" + - "TheophileDiot" commit-message: prefix: "deps/ui" target-branch: "dev" @@ -78,7 +78,7 @@ updates: schedule: interval: "daily" assignees: - - "fl0ppy-d1sk" + - "TheophileDiot" commit-message: prefix: "deps/ui" target-branch: "dev" diff --git a/docs/robots.txt b/docs/robots.txt index 076a7bc1..3a6a4a47 100644 --- a/docs/robots.txt +++ b/docs/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: /latest/ -Sitemap: https://docs.bunkerweb.io/sitemap.xml \ No newline at end of file +Sitemap: https://docs.bunkerweb.io/latest/sitemap.xml \ No newline at end of file