There was an error while loading. Please reload this page.
2 parents 56c04e4 + 32a73fd commit f59c705Copy full SHA for f59c705
2 files changed
.github/dependabot.yml
@@ -129,3 +129,13 @@ updates:
129
github-dependencies:
130
patterns:
131
- '*'
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
@@ -2,6 +2,9 @@
2
"ignorePatterns": [
3
{
4
"pattern": "^https://github.com/YOUR_ACCOUNT/shiro"
5
+ },
6
+ {
7
+ "pattern": "^https://ci-builds.apache.org/job/Shiro/job/Shiro-all/job/main/"
8
}
9
]
10
0 commit comments