diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 53732643..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - allow: - # Keep the sdk modules up-to-date - - dependency-name: "github.com/grafana/grafana-plugin-sdk-go" - dependency-type: "all" - commit-message: - prefix: "Upgrade grafana-plugin-sdk-go " - include: "scope" diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index ac72141f..e4edeb91 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - id: get-github-token - uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2 + uses: grafana/shared-workflows/actions/create-github-app-token@ae92934a14a48b94494dbc06d74a81d47fe08a40 # create-github-app-token/v0.2.2 with: github_app: grafana-oss-big-tent - name: Add to project diff --git a/.github/workflows/update-create-plugin.yml b/.github/workflows/update-create-plugin.yml index 9b4a980e..0cf00bd1 100644 --- a/.github/workflows/update-create-plugin.yml +++ b/.github/workflows/update-create-plugin.yml @@ -15,9 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - id: get-github-token - uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2 + uses: grafana/shared-workflows/actions/create-github-app-token@ae92934a14a48b94494dbc06d74a81d47fe08a40 # create-github-app-token/v0.2.2 with: github_app: grafana-oss-big-tent - - uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.1 + - uses: grafana/plugin-actions/create-plugin-update@244c3bc9c6eb94bc1dd6458ade2462499bbf0f5b #create-plugin-update/v2.0.1 with: token: ${{ steps.get-github-token.outputs.token }}