From b53ec03b34af44e855dc033e9a563c1047e76757 Mon Sep 17 00:00:00 2001 From: jamie zieziula Date: Wed, 13 Nov 2024 11:16:13 -0500 Subject: [PATCH 1/5] update label attached to prs --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index d4b971e..83b9fe9 100644 --- a/action.yaml +++ b/action.yaml @@ -77,7 +77,7 @@ runs: if: env.CHANGES == 'true' run: | git checkout $BRANCH_NAME - gh pr create --base main --title $BRANCH_NAME -f --label soc2 + gh pr create --base main --title $BRANCH_NAME -f --label automated-dependency-updates env: GH_TOKEN: ${{ github.token }} shell: bash From d8179da33521bda7bb70857f5db367252cf8a5dd Mon Sep 17 00:00:00 2001 From: jamie zieziula Date: Wed, 13 Nov 2024 11:17:54 -0500 Subject: [PATCH 2/5] update depbot --- .github/dependabot.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1dce68b..7b5db01 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,15 @@ --- -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: github-actions directory: / + commit-message: + prefix: chore + groups: + all: + patterns: + - "*" + labels: + - automated-dependency-updates schedule: - interval: daily + interval: monthly From 891cdca833ec4cfcbd1d6e0b4e8ee19bb81accee Mon Sep 17 00:00:00 2001 From: jamie zieziula Date: Wed, 13 Nov 2024 13:51:34 -0500 Subject: [PATCH 3/5] move codeowners --- CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 48d0d5d..0000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -@prefecthq/platform From f2b95c5f57c190bca9612f1253d50b536b4c7738 Mon Sep 17 00:00:00 2001 From: jamie zieziula Date: Wed, 13 Nov 2024 13:51:40 -0500 Subject: [PATCH 4/5] move codeowners --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..48d0d5d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@prefecthq/platform From 9420958ab01bba4fbf0f17383a4f9e7af9ed2229 Mon Sep 17 00:00:00 2001 From: jamie zieziula Date: Wed, 13 Nov 2024 13:52:12 -0500 Subject: [PATCH 5/5] fix ymalline --- .yamllint => .yamllint.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .yamllint => .yamllint.yaml (100%) diff --git a/.yamllint b/.yamllint.yaml similarity index 100% rename from .yamllint rename to .yamllint.yaml