Skip to content

Commit f59c705

Browse files
authored
Merge pull request #2620 from jbampton/dependabot-add-pre-commit
Add pre-commit ecosystem to Dependabot; fix markdown-link-check
2 parents 56c04e4 + 32a73fd commit f59c705

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,13 @@ updates:
129129
github-dependencies:
130130
patterns:
131131
- '*'
132+
133+
- package-ecosystem: 'pre-commit'
134+
directory: '/'
135+
schedule:
136+
interval: 'weekly'
137+
open-pull-requests-limit: 10
138+
groups:
139+
github-dependencies:
140+
patterns:
141+
- '*'

.github/linters/mlc_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"ignorePatterns": [
33
{
44
"pattern": "^https://github.com/YOUR_ACCOUNT/shiro"
5+
},
6+
{
7+
"pattern": "^https://ci-builds.apache.org/job/Shiro/job/Shiro-all/job/main/"
58
}
69
]
710
}

0 commit comments

Comments
 (0)