Skip to content

Commit 5efd8b6

Browse files
ci update (#125)
* ci update * 🎨 pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 28d5908 commit 5efd8b6

4 files changed

Lines changed: 12 additions & 16 deletions

File tree

β€Ž.github/dependabot.ymlβ€Ž

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,18 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
day: "friday"
7+
day: "tuesday"
88
time: "06:00"
99
timezone: "Europe/Vienna"
10-
reviewers:
10+
assignees:
1111
- "sengels-tum"
1212

1313
- package-ecosystem: "github-actions"
1414
directory: "/"
1515
schedule:
1616
interval: "weekly"
17-
day: "friday"
17+
day: "thursday"
1818
time: "06:00"
1919
timezone: "Europe/Vienna"
20-
reviewers:
21-
- "sengels-tum"
22-
23-
- package-ecosystem: "pip"
24-
directory: "/"
25-
schedule:
26-
interval: "weekly"
27-
day: "friday"
28-
time: "06:00"
29-
timezone: "Europe/Vienna"
30-
reviewers:
20+
assignees:
3121
- "sengels-tum"

β€Ž.github/gurobi_version.jsonβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{"gurobiShortVersion": "12.0", "gurobiVersion": "12.0.3", "gurobiFolder": "gurobi1203"}
1+
{
2+
"gurobiShortVersion": "12.0",
3+
"gurobiVersion": "12.0.3",
4+
"gurobiFolder": "gurobi1203"
5+
}

β€Ž.github/workflows/gurobi-auto-update.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Gurobi Auto Updater
22

33
on:
44
schedule:
5-
- cron: '15 1 * * 3' # Every Wednesday at 1:15 AM UTC
5+
- cron: "15 1 * * 3" # Every Wednesday at 1:15 AM UTC
66
workflow_dispatch:
77

88
jobs:

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ venv.bak/
4848
.mypy_cache/
4949

5050
gurobi*
51+
!.github/gurobi_version.json
52+
!.github/workflows/gurobi-auto-update.yml
5153
test/ras-datasets/
5254
.github/copilot-instructions.md

0 commit comments

Comments
Β (0)