Commit graph

10 commits

Author SHA1 Message Date
Jasmin
091d63052f
Add write permissions for prettier auto format 2023-08-03 02:00:05 +02:00
nachtjasmin
733efb9cf6
chore: enable the npm dependabot integration again
In retrospect, disabling the updates completely wasn't the best
decision. Although the application is fairly small, we want to keep up
with upstream releases. For example, we want new Playwright updates,
because they validate that our map works on newer browsers as well.
2023-05-11 17:18:13 +02:00
Jasmin
2433ae497b
chore: reduce dependabot updates
Everything is working as intended, updates can be done manually if needed.
For now, the maintenance overhead is not worth it.
2023-02-28 11:48:44 +01:00
nachtjasmin
1cf07adb30
build: add makefile for easier builds 2022-09-05 10:05:38 +02:00
dependabot[bot]
1dd4f6bddb chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-04 17:09:15 +02:00
dependabot[bot]
7479e7f0fd chore(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-04 12:56:06 +02:00
dependabot[bot]
16b161c243 chore(deps): bump actions/setup-node from 2 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-04 12:55:42 +02:00
nachtjasmin
b3432b544a
ci: add job for notifying private repository 2022-09-04 11:35:16 +02:00
nachtjasmin
217de649b6
chore: add dependabot configuration 2022-09-04 11:34:52 +02:00
nachtjasmin
e98c3de747
chore: initial fork of the closed-source project
This commit includes all data from the current map, excluding:

- the actual data
- the deployment script to the server

We've added a comprehensive README for newcomers, so that they can
understand what's going on.

Co-authored-by: xenia <xhartmann@posteo.de>
2022-09-04 10:28:56 +02:00