From 1208ef71a7061d377893ec02d5286a5e11fab89d Mon Sep 17 00:00:00 2001 From: coolbreeze413 Date: Mon, 6 Dec 2021 20:08:08 +0530 Subject: [PATCH 1/4] add initial version of the dependabot yaml file --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..fd3e9659f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" + #assignees: + # - "username" + labels: + - "submodule-updates" + # Must use the full team name, including the organization, as if you were @mentioning the team + #reviewers: + # - "username" + # Allow dependabot to open up to 10 open pull requests. Default is 5. + # open-pull-requests-limit: 10 + allow: + # only enable for the yosys-symbiflow-plugins submodule + - dependency-name: "yosys-plugins" From 6b05cb2531759f0fe3b3a4619fbdfa322dc230cb Mon Sep 17 00:00:00 2001 From: coolbreeze413 Date: Mon, 6 Dec 2021 22:41:56 +0530 Subject: [PATCH 2/4] remove label, add comments to add schedule time, leave other options default --- .github/dependabot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd3e9659f..fb66f67e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,13 @@ updates: directory: "/" schedule: interval: "daily" + #time: "00:00" + #timezone: "America/Los_Angeles" #assignees: # - "username" - labels: - - "submodule-updates" - # Must use the full team name, including the organization, as if you were @mentioning the team + #labels: need to add the required label to the repo first! + # - "submodule-updates" + # must use the full team name, including the organization, as if you were @mentioning the team #reviewers: # - "username" # Allow dependabot to open up to 10 open pull requests. Default is 5. From 118efd2a0e2c8856e82fe2dd18df88b871d8ac73 Mon Sep 17 00:00:00 2001 From: coolbreeze413 Date: Mon, 6 Dec 2021 22:51:12 +0530 Subject: [PATCH 3/4] set dependabot schedule time to 00:00 Mountain Time --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb66f67e0..c7ef20290 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,8 @@ updates: directory: "/" schedule: interval: "daily" - #time: "00:00" - #timezone: "America/Los_Angeles" + time: "00:00" + timezone: "America/Denver" #assignees: # - "username" #labels: need to add the required label to the repo first! From 0e9ddf0b55e0749d266ef6a821c416983e61b542 Mon Sep 17 00:00:00 2001 From: coolbreeze413 Date: Tue, 7 Dec 2021 02:36:14 +0530 Subject: [PATCH 4/4] add reviewers for dependabot PRs --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c7ef20290..c0e29e3f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,8 +11,9 @@ updates: #labels: need to add the required label to the repo first! # - "submodule-updates" # must use the full team name, including the organization, as if you were @mentioning the team - #reviewers: - # - "username" + reviewers: + - "tangxifan" + - "tpagarani" # Allow dependabot to open up to 10 open pull requests. Default is 5. # open-pull-requests-limit: 10 allow: