Cleanups for refactor (#6933)

* adjust depandabot targets and interval

* add git blame ignore to make git diff more useable

* adjust test path

* fix ci path
This commit is contained in:
Matthias Mair 2024-04-03 09:59:02 +01:00 committed by GitHub
parent d0fccaf14e
commit 7b77fd31a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 11 deletions

3
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,3 @@
# .git-blame-ignore-revs
# Code Structure refactor https://github.com/inventree/InvenTree/pull/5582
0bace3f3afaa213c63b5dcc70103f0d232637a9a

View File

@ -3,34 +3,34 @@ updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: / directory: /
schedule: schedule:
interval: daily interval: weekly
- package-ecosystem: docker - package-ecosystem: docker
directory: / directory: /contrib/container
schedule: schedule:
interval: daily interval: weekly
- package-ecosystem: pip - package-ecosystem: pip
directory: /docker directory: /contrib/container
schedule: schedule:
interval: daily interval: weekly
- package-ecosystem: pip - package-ecosystem: pip
directory: /docs directory: /docs
schedule: schedule:
interval: daily interval: weekly
- package-ecosystem: npm - package-ecosystem: npm
directory: / directory: /src/backend
schedule: schedule:
interval: daily interval: weekly
- package-ecosystem: pip - package-ecosystem: pip
directory: / directory: /src/backend
schedule: schedule:
interval: daily interval: weekly
- package-ecosystem: npm - package-ecosystem: npm
directory: /src/frontend directory: /src/frontend
schedule: schedule:
interval: daily interval: weekly