test to remove & implement actions

This commit is contained in:
2020-12-19 18:36:58 +01:00
parent 3d22bed8c0
commit 4e1c7399b1
6 changed files with 26 additions and 3 deletions

17
backup/dependabot.yml Normal file
View File

@@ -0,0 +1,17 @@
version: 2
updates:
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 10
reviewers:
- arthurdanjou
assignees:
- arthurdanjou
commit-message:
prefix: fix
prefix-development: chore
include: scope

View File

@@ -13,7 +13,7 @@
"company": "ArtDanjProduction",
"location": "France",
"begin_date": "09-2015",
"end_date": "Today"
"end_date": "date.today"
},
{
"slug": "idemia",

View File

@@ -5,7 +5,7 @@
"description": "formations.freelance.description",
"location": "Remote",
"begin_date": "04-2015",
"end_date": "Today"
"end_date": "date.today"
},
{
"slug": "dnb",
@@ -21,6 +21,6 @@
"description": "formations.bac.description",
"location": "France",
"begin_date": "09-2020",
"end_date": "Today"
"end_date": "date.today"
}
]

View File

@@ -166,6 +166,9 @@ export default {
}
},
date: {
today: 'Today'
},
copied: 'Copied',
month: {
'01': 'January',

View File

@@ -166,6 +166,9 @@ export default {
}
},
date: {
today: 'Aujourd\'hui'
},
copied: 'Copié',
month: {
'01': 'Janvier',