From c223a1b4f450bd04b04bbb6231485af49f5fa426 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Fri, 8 Dec 2023 17:37:58 -0500 Subject: [PATCH] chore: add dependabot config for updates management (#49) Updates tibdex/github-app-token to latest release so it can be automatically updated. Signed-off-by: Jennifer Power --- .github/dependabot.yml | 18 ++++++++++++++++++ .github/workflows/autofix-profile.yml | 2 +- .github/workflows/create-new.yml | 2 +- .github/workflows/dispatch.yml | 2 +- .github/workflows/regenerate-profile.yml | 2 +- .github/workflows/update-upstream.yml | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0b954f6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ":arrow_up:" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + allow: + - dependency-type: "all" + commit-message: + prefix: ":arrow_up:" \ No newline at end of file diff --git a/.github/workflows/autofix-profile.yml b/.github/workflows/autofix-profile.yml index 43bc131..0c21dc1 100644 --- a/.github/workflows/autofix-profile.yml +++ b/.github/workflows/autofix-profile.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate app token - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a + uses: tibdex/github-app-token@v2.1.0 id: get_installation_token with: app_id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/create-new.yml b/.github/workflows/create-new.yml index 648229a..7cfc69c 100644 --- a/.github/workflows/create-new.yml +++ b/.github/workflows/create-new.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate app token - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a + uses: tibdex/github-app-token@v2.1.0 id: get_installation_token with: app_id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index d7558a9..7c65b90 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -13,7 +13,7 @@ jobs: name: Dispatch to Downstreams runs-on: ubuntu-latest steps: - - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a + - uses: tibdex/github-app-token@v2.1.0 id: get_installation_token with: app_id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/regenerate-profile.yml b/.github/workflows/regenerate-profile.yml index 00c474e..a3c988f 100644 --- a/.github/workflows/regenerate-profile.yml +++ b/.github/workflows/regenerate-profile.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate app token - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a + uses: tibdex/github-app-token@v2.1.0 id: get_installation_token with: app_id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/update-upstream.yml b/.github/workflows/update-upstream.yml index e814aab..4c7e302 100644 --- a/.github/workflows/update-upstream.yml +++ b/.github/workflows/update-upstream.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate app token - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a + uses: tibdex/github-app-token@v2.1.0 id: get_installation_token with: app_id: ${{ secrets.APP_ID }}