tangled
alpha
login
or
join now
whitequark.org
/
git-pages
10
fork
atom
[mirror] Scalable static site server for Git forges (like GitHub Pages)
10
fork
atom
overview
issues
pulls
pipelines
Disable actions/buildah-simple from renovate
Gusted
4 months ago
9f435d6e
c39e57a8
+7
-1
1 changed file
expand all
collapse all
unified
split
renovate.json
+7
-1
renovate.json
···
3
3
"extends": [
4
4
"group:all"
5
5
],
6
6
-
"abandonmentThreshold": null
6
6
+
"abandonmentThreshold": null,
7
7
+
"packageRules": [
8
8
+
{
9
9
+
"matchPackageNames": ["actions/buildah-simple"],
10
10
+
"enabled": false
11
11
+
}
12
12
+
]
7
13
}