diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a07434..999cd68 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,32 +1,32 @@ version: 2 updates: -# Maintain dependencies for GitHub Actions -- package-ecosystem: github-actions - directory: / - schedule: - interval: weekly -- package-ecosystem: docker - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: terraform - directory: "/tests/create_aws_config_rule" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: terraform - directory: "/tests/create_custom_config_rule" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: terraform - directory: "/tests/create_legacy_config_rules" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: terraform - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 + # Maintain dependencies for GitHub Actions + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: docker + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: terraform + directory: "/tests/create_aws_config_rule" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: terraform + directory: "/tests/create_custom_config_rule" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: terraform + directory: "/tests/create_legacy_config_rules" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: terraform + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4ce2734..adf38b6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,4 +8,4 @@ concurrency: jobs: lint: - uses: plus3it/actions-workflows/.github/workflows/lint.yml@86222127307c7f827e141bbc35cf0efb0e611648 + uses: plus3it/actions-workflows/.github/workflows/lint.yml@93a9326e07945e5441d0fadef735563290edd729 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0580fd9..269feef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,6 @@ on: jobs: release: - uses: plus3it/actions-workflows/.github/workflows/release.yml@86222127307c7f827e141bbc35cf0efb0e611648 + uses: plus3it/actions-workflows/.github/workflows/release.yml@93a9326e07945e5441d0fadef735563290edd729 secrets: release-token: ${{ secrets.GH_RELEASES_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9dbd6dc..906f7c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,4 +8,4 @@ concurrency: jobs: test: - uses: plus3it/actions-workflows/.github/workflows/test.yml@86222127307c7f827e141bbc35cf0efb0e611648 + uses: plus3it/actions-workflows/.github/workflows/test.yml@93a9326e07945e5441d0fadef735563290edd729 diff --git a/Dockerfile b/Dockerfile index abbcc61..24432c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM plus3it/tardigrade-ci:0.24.6 +FROM plus3it/tardigrade-ci:0.24.13