-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Azure pipeline file * Adapt to multiple environments * Add dependabot workflow
- Loading branch information
1 parent
d0d5677
commit b4223d8
Showing
18 changed files
with
404 additions
and
243 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Opdrachten Team Dependabot | ||
|
||
on: | ||
schedule: # Run the script every day at 6am UTC | ||
- cron: "0 6 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
dependabot: | ||
name: Templates | ||
uses: amsterdam/github-workflows/.github/workflows/dependabot.yml@v1 | ||
secrets: inherit | ||
with: | ||
check_diff: true |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# This Makefile is based on the Makefile defined in the Python Best Practices repository: | ||
# https://git.data.amsterdam.nl/Datapunt/python-best-practices/blob/master/dependency_management/ | ||
|
||
PYTHON = python3 | ||
|
||
pip-tools: | ||
pip install pip-tools | ||
|
||
requirements: pip-tools ## Upgrade requirements (in requirements-root.txt) to latest versions and compile requirements.txt | ||
pip-compile --upgrade --output-file requirements.txt requirements-root.txt | ||
|
||
diff: | ||
@python3 ./scripts/diff.py |
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
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.