Skip to content

Commit a46bf55

Browse files
adietishfbricon
authored andcommitted
chore: copied limits so that it gets available for limits ITs (#82)
Signed-off-by: Andre Dietisheim <adietish@redhat.com>
1 parent eba5ef4 commit a46bf55

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"*": {
3+
"enabled": "all",
4+
"refresh": "12h",
5+
"includes": [
6+
{
7+
"name": "startup",
8+
"dailyLimit": 1
9+
},
10+
{
11+
"name": "*"
12+
}
13+
],
14+
"excludes": [
15+
{
16+
"name": "shutdown",
17+
"ratio": "1.0"
18+
}
19+
]
20+
}
21+
}

0 commit comments

Comments
 (0)