-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86531ef
commit 5d9cbc1
Showing
91 changed files
with
4,991 additions
and
266,062 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,46 @@ | ||
version: 2 | ||
updates: | ||
# Enable version updates for git submodules | ||
- package-ecosystem: "gitsubmodule" | ||
# Look for `.gitmodules` in the `root` directory | ||
directory: "/" | ||
# Check the submodules for updates every week | ||
schedule: | ||
interval: "weekly" | ||
day: "friday" | ||
time: "06:00" | ||
day: "friday" | ||
time: "06:00" | ||
assignees: | ||
- "burgholzer" | ||
|
||
# Enable version updates for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
# Look for `*.yml` files in the `.github/workflows` directory | ||
directory: "/" | ||
# Check for updates to GitHub Actions every week | ||
schedule: | ||
interval: "weekly" | ||
day: "friday" | ||
time: "06:00" | ||
day: "friday" | ||
time: "06:00" | ||
assignees: | ||
- "burgholzer" | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/docs" | ||
schedule: | ||
interval: "weekly" | ||
day: "friday" | ||
time: "06:00" | ||
assignees: | ||
- "burgholzer" | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/test/python" | ||
schedule: | ||
interval: "weekly" | ||
day: "friday" | ||
time: "06:00" | ||
assignees: | ||
- "burgholzer" | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "friday" | ||
time: "06:00" | ||
assignees: | ||
- "burgholzer" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,21 @@ | ||
build* | ||
cmake-build-* | ||
.idea | ||
venv | ||
dist | ||
*egg-info | ||
mqt/qcec/pyqcec* | ||
/build* | ||
/cmake-build-* | ||
.idea/ | ||
|
||
__pycache__/ | ||
*.so | ||
*.py[cod] | ||
|
||
bin/ | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.