From 575724433b0ad846bb7d30e75ce500016ef73ab6 Mon Sep 17 00:00:00 2001 From: SeoYoung Lee Date: Wed, 2 Oct 2024 11:20:56 +0900 Subject: [PATCH 1/2] [OR-1861] add dependabot for test --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..0a2b50b8a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "wednesday" + time: "13:00" + timezone: "Asia/Singapore" + open-pull-requests-limit: 5 + commit-message: + prefix: "dependabot(actions): " + reviewers: + # - '@tokamak-network/layer2-core' + - '@xxeonge' + target-branch: "OR-1861-Automatic-update-of-action-version-using-dependabot" #"main" From 0b4f8622ccf8d44711c4a9951836ee694f6e0b07 Mon Sep 17 00:00:00 2001 From: SeoYoung Lee Date: Wed, 2 Oct 2024 14:05:22 +0900 Subject: [PATCH 2/2] [OR-1861] update dependabot --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a2b50b8a..24f7b5a79 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,5 @@ updates: commit-message: prefix: "dependabot(actions): " reviewers: - # - '@tokamak-network/layer2-core' - - '@xxeonge' - target-branch: "OR-1861-Automatic-update-of-action-version-using-dependabot" #"main" + - '@tokamak-network/layer2-core' + target-branch: "main"