From 421a368581ea29881a5d70ef1744d90d874c5703 Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Fri, 3 May 2024 17:17:21 -0500 Subject: [PATCH] [nc] setup build/release pipelines Signed-off-by: Nic Cheneweth --- .github/dependabot.yml | 11 +++++++++++ README.md | 3 +-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f1290c1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/README.md b/README.md index 3c86754..61617ff 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Thoughtworks Logo
DPS Title

ghs-tools-action

- GitHub Actions Workflow Status GitHub Release + GitHub Actions Workflow Status GitHub Release

@@ -13,7 +13,6 @@ Provides two workflows: 1. static-code-analysis 2. release-version - ### static-code-analysis workflow Performs the following actions.