Skip to content

Commit 7d655f5

Browse files
:dependabot: github-actions(deps): Bump ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-super-linter.yml from 5.3.0 to 5.5.0 (#147)
* :dependabot: github-actions(deps): Bump ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-super-linter.yml Bumps [ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-super-linter.yml](https://github.com/ministryofjustice/analytical-platform-github-actions) from 5.3.0 to 5.5.0. - [Release notes](https://github.com/ministryofjustice/analytical-platform-github-actions/releases) - [Commits](ministryofjustice/analytical-platform-github-actions@72a6b41...2ab1741) --- updated-dependencies: - dependency-name: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-super-linter.yml dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update .editorconfig * Update dependabot.yml * linting fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BrianEllwood <brian.ellwood@digital.justice.gov.uk> Co-authored-by: BrianEllwood <45009603+BrianEllwood@users.noreply.github.com>
1 parent 7dae456 commit 7d655f5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
root = true
22

33
[*]
4+
charset = utf-8
45
end_of_line = lf
56
insert_final_newline = true
67
trim_trailing_whitespace = true

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,23 @@ updates:
99
commit-message:
1010
prefix: ":dependabot: github-actions"
1111
include: "scope"
12+
cooldown:
13+
default-days: 7
1214
- package-ecosystem: "devcontainers"
1315
directory: "/"
1416
schedule:
1517
interval: "daily"
1618
commit-message:
1719
prefix: ":dependabot: devcontainers"
1820
include: "scope"
21+
cooldown:
22+
default-days: 7
1923
- package-ecosystem: "docker"
2024
directory: "/"
2125
schedule:
2226
interval: "daily"
2327
commit-message:
2428
prefix: ":dependabot: docker"
2529
include: "scope"
30+
cooldown:
31+
default-days: 7

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
contents: read
1616
packages: read
1717
statuses: write
18-
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-super-linter.yml@72a6b41dd6f2ccce15aa70b0e42178f6f5583018 # v5.3.0
18+
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-super-linter.yml@2ab174150aeb0a6003afd1c0b4316698720b3b6b # v5.5.0

0 commit comments

Comments
 (0)