Commit 91efe2c 1 parent 907754d commit 91efe2c Copy full SHA for 91efe2c
File tree 5 files changed +26
-16
lines changed
5 files changed +26
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
$schema : "https://docs.renovatebot.com/renovate-schema.json" ,
3
+ // # keep-sorted start block=yes
4
+ "git-submodules" : {
5
+ enabled : true ,
6
+ } ,
3
7
// Keep the extends started with ":" at the end of the list to allow overriding
4
8
extends : [
5
9
"config:recommended" ,
12
16
":enableVulnerabilityAlertsWithLabel(security)" ,
13
17
":pinSkipCi" ,
14
18
] ,
15
- "git-submodules" : {
16
- enabled : true ,
17
- } ,
18
19
labels : [
19
20
"renovate" ,
20
21
"renovate/{{replace '.*/' '' depName}}" ,
55
56
} ,
56
57
] ,
57
58
separateMinorPatch : true ,
59
+ // # keep-sorted end
58
60
}
Original file line number Diff line number Diff line change 15
15
timeout-minutes : 30
16
16
steps :
17
17
- name : Checkout Code
18
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
20
- name : Restore lychee cache
21
21
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
37
37
chmod a+x README.sh
38
38
39
39
- name : 💡 MegaLinter
40
- uses : oxsecurity/megalinter@b38cdf1f0cbe056fad4112cb7cd99c2b574c9617 # v8.1 .0
40
+ uses : oxsecurity/megalinter@d8c95fc6f2237031fb9e9322b0f97100168afa6e # v8.2 .0
41
41
env :
42
42
GITHUB_COMMENT_REPORTER : false
43
43
# Disabled due to error: [GitHub Status Reporter] Error posting Status for REPOSITORY with ...: 403
Original file line number Diff line number Diff line change 23
23
- cron : 0 0-3 * * 0
24
24
25
25
env :
26
+ # keep-sorted start
26
27
# https://docs.renovatebot.com/troubleshooting/#log-debug-levels
27
28
LOG_LEVEL : ${{ inputs.logLevel || 'debug' }}
29
+ RENOVATE_AUTOMERGE : " true"
30
+ # Renovate Automerge
31
+ RENOVATE_AUTOMERGE_TYPE : branch
32
+ # https://docs.renovatebot.com/self-hosted-configuration/#dryrun
33
+ # Run renovate in dry-run mode if executed in branches other than main - prevents versions in PRs/branches from being updated
34
+ RENOVATE_DRY_RUN : ${{ inputs.dryRun || ( github.head_ref || github.ref_name ) != 'main' || false }}
35
+ # https://docs.renovatebot.com/configuration-options/#platformcommit
36
+ RENOVATE_PLATFORM_COMMIT : " true"
28
37
# https://docs.renovatebot.com/self-hosted-configuration/#repositories
29
38
RENOVATE_REPOSITORIES : ${{ github.repository }}
30
39
# https://docs.renovatebot.com/self-hosted-configuration/#username
31
40
RENOVATE_USERNAME : ${{ github.repository_owner }}
32
- # https://docs.renovatebot.com/configuration-options/#platformcommit
33
- RENOVATE_PLATFORM_COMMIT : " true"
34
- # https://docs.renovatebot.com/self-hosted-configuration/#dryrun
35
- # Run renovate in dry-run mode if executed in branches other than main - prevents versions in PRs/branches from being updated
36
- RENOVATE_DRY_RUN : ${{ inputs.dryRun || ( github.head_ref || github.ref_name ) != 'main' || false }}
37
- # Renovate Automerge
38
- RENOVATE_AUTOMERGE_TYPE : branch
39
- RENOVATE_AUTOMERGE : " true"
41
+ # keep-sorted end
40
42
41
43
permissions : read-all
42
44
48
50
permissions : write-all
49
51
steps :
50
52
- name : Checkout
51
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
53
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
54
53
55
- uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
54
56
id : app-token
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
18
18
with :
19
+ # keep-sorted start
19
20
close-issue-message : |
20
21
This issue has not seen any activity since it was marked stale.
21
22
Closing.
32
33
stale-pr-message : |
33
34
This PR is stale because it has been open 60 days with no activity.
34
35
Remove stale label or comment or this will be closed in 7 days.
36
+ # keep-sorted end
Original file line number Diff line number Diff line change 1
1
# Configuration file for MegaLinter
2
2
# See all available variables at https://megalinter.io/latest/configuration/ and in linters documentation
3
3
4
+ # keep-sorted start newline_separated=yes
5
+ ANSIBLE_ANSIBLE_LINT_CONFIG_FILE : ansible/.ansible-lint
6
+
4
7
ANSIBLE_ANSIBLE_LINT_PRE_COMMANDS :
5
8
- command : ansible-galaxy install -r ansible/requirements.yml
6
9
cwd : " workspace"
7
- ANSIBLE_ANSIBLE_LINT_CONFIG_FILE : ansible/.ansible-lint
8
10
9
11
BASH_SHFMT_ARGUMENTS : --case-indent --indent 2 --space-redirects
10
12
@@ -23,6 +25,7 @@ FILTER_REGEX_EXCLUDE: CHANGELOG.md
23
25
FORMATTERS_DISABLE_ERRORS : false
24
26
25
27
MARKDOWN_MARKDOWNLINT_CONFIG_FILE : .markdownlint.yml
28
+
26
29
MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE : CHANGELOG.md
27
30
28
31
# Remove initial MegaLinter graphic
@@ -38,11 +41,12 @@ REPOSITORY_DEVSKIM_ARGUMENTS: --ignore-globs CHANGELOG.md --ignore-rule-ids DS16
38
41
39
42
REPOSITORY_KICS_ARGUMENTS : --fail-on high
40
43
41
- REPOSITORY_TRIVY_ARGUMENTS : --ignorefile .trivyignore.yaml -- severity HIGH,CRITICAL --ignore-unfixed
44
+ REPOSITORY_TRIVY_ARGUMENTS : --severity HIGH,CRITICAL --ignore-unfixed
42
45
43
46
TERRAFORM_TFLINT_UNSECURED_ENV_VARIABLES :
44
47
- GITHUB_TOKEN
45
48
46
49
TYPESCRIPT_PRETTIER_ARGUMENTS : --html-whitespace-sensitivity=ignore
47
50
48
51
VALIDATE_ALL_CODEBASE : true
52
+ # keep-sorted end
You can’t perform that action at this time.
0 commit comments