From ac9c83e60bccb8d959a024824e15ff773860b733 Mon Sep 17 00:00:00 2001 From: Chas Honton Date: Sat, 29 Apr 2023 10:49:12 -0700 Subject: [PATCH] update workflows --- .github/dependabot.yml | 18 +++++++++--------- .github/workflows/cd.yaml | 4 ++++ 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b94fc39..03b4d66f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,12 @@ -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates version: 2 updates: - - package-ecosystem: "maven" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" +- package-ecosystem: maven + directory: / + schedule: + interval: monthly +- package-ecosystem: github-actions + directory: / + schedule: + interval: monthly diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 0279984d..f3717736 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -7,6 +7,10 @@ on: types: - completed +permissions: + checks: read + contents: write + jobs: maven-cd: uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1