Compare commits
No commits in common. "3be02d3ffe8e652908e59b3a0d0c45c1dfb6e6b6" and "057954f6ce3c6c68ab4682059ce2d8dfb12309dd" have entirely different histories.
3be02d3ffe
...
057954f6ce
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# 1.0.0-alpha+2
|
# 1.0.0-alpha.2
|
||||||
- Fixed localization issues
|
- Fixed localization issues
|
||||||
- Added graphs for expenses and income per month/year
|
- Added graphs for expenses and income per month/year
|
||||||
# 1.0.0-alpha
|
# 1.0.0-alpha
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:best-practices"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"baseBranches": ["dev"],
|
|
||||||
"enabledManagers":["pub"]
|
"enabledManagers":["pub"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue