tangled
alpha
login
or
join now
oppi.li
/
git-pages
forked from
whitequark.org/git-pages
fork of whitequark.org/git-pages with mods for tangled
1
fork
atom
overview
issues
pulls
pipelines
Disable actions/buildah-simple from renovate
Gusted
2 months ago
9f435d6e
c39e57a8
options
unified
split
Changed files
+7
-1
renovate.json
+7
-1
renovate.json
···
3
"extends": [
4
"group:all"
5
],
6
-
"abandonmentThreshold": null
0
0
0
0
0
0
7
}
···
3
"extends": [
4
"group:all"
5
],
6
+
"abandonmentThreshold": null,
7
+
"packageRules": [
8
+
{
9
+
"matchPackageNames": ["actions/buildah-simple"],
10
+
"enabled": false
11
+
}
12
+
]
13
}