Skip to content

Commit b390242

Browse files
authored
Merge pull request #16 from gianlucam76/codeql
Set codeql.yaml permission
2 parents 4ae948d + cb2fadc commit b390242

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
schedule:
1010
- cron: '21 3 * * 3'
1111

12+
permissions: read-all
13+
1214
jobs:
1315
analyze:
1416
name: Analyze

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended", ":dependencyDashboard"],
4+
"prHourlyLimit": 0,
5+
"prConcurrentLimit": 0,
6+
"branchConcurrentLimit": 0,
7+
"ignorePaths": ["**/test/**"],
8+
"sveltos": {
9+
"fileMatch": ["^.*\\.yaml$"]
10+
}
11+
}

0 commit comments

Comments
 (0)