From def8ecc55eb07694f43af8c6810c1b3d564b143f Mon Sep 17 00:00:00 2001 From: Nathan Glaser Date: Sun, 15 Sep 2024 22:18:14 -0500 Subject: [PATCH 1/4] Add dependabot auto-update for moose --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..1c82d5cbe --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + allow: + - dependency-name: "moose" + schedule: + interval: "weekly" + time: "01:45" + open-pull-requests-limit: 1 + labels: + - "Comp:Core" + - "Priority:1-Critical" \ No newline at end of file From 22564ffaad4a7bc3a0128ddd418dc81800d9bb43 Mon Sep 17 00:00:00 2001 From: Nathan Glaser Date: Sun, 15 Sep 2024 22:54:42 -0500 Subject: [PATCH 2/4] add Reviewers to auto-PR --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c82d5cbe..721e12e71 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,4 +10,7 @@ updates: open-pull-requests-limit: 1 labels: - "Comp:Core" - - "Priority:1-Critical" \ No newline at end of file + - "Priority:1-Critical" + reviewers: + - "smpark7" + - "nglaser3" \ No newline at end of file From 7bcdf6a632ebbe7d713e5082371008a3b28b6f09 Mon Sep 17 00:00:00 2001 From: Nathan Glaser Date: Mon, 16 Sep 2024 14:46:01 -0500 Subject: [PATCH 3/4] Add PR and Commit Prefix --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 721e12e71..d46adeaf4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: schedule: interval: "weekly" time: "01:45" + commit-message: + prefix: "auto_update_moose" open-pull-requests-limit: 1 labels: - "Comp:Core" From fca37526dc30249e04a57d6927fd90c0ea004e5b Mon Sep 17 00:00:00 2001 From: Nathan Glaser Date: Wed, 18 Sep 2024 16:46:33 -0500 Subject: [PATCH 4/4] Set devel as target branch for MOOSE submodule --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index a733c15e8..e47e28d55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,4 @@ [submodule "moose"] path = moose url = ../../idaholab/moose + branch = devel \ No newline at end of file