mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
test to remove & implement actions
This commit is contained in:
17
backup/dependabot.yml
Normal file
17
backup/dependabot.yml
Normal 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
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"company": "ArtDanjProduction",
|
"company": "ArtDanjProduction",
|
||||||
"location": "France",
|
"location": "France",
|
||||||
"begin_date": "09-2015",
|
"begin_date": "09-2015",
|
||||||
"end_date": "Today"
|
"end_date": "date.today"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "idemia",
|
"slug": "idemia",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"description": "formations.freelance.description",
|
"description": "formations.freelance.description",
|
||||||
"location": "Remote",
|
"location": "Remote",
|
||||||
"begin_date": "04-2015",
|
"begin_date": "04-2015",
|
||||||
"end_date": "Today"
|
"end_date": "date.today"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "dnb",
|
"slug": "dnb",
|
||||||
@@ -21,6 +21,6 @@
|
|||||||
"description": "formations.bac.description",
|
"description": "formations.bac.description",
|
||||||
"location": "France",
|
"location": "France",
|
||||||
"begin_date": "09-2020",
|
"begin_date": "09-2020",
|
||||||
"end_date": "Today"
|
"end_date": "date.today"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -166,6 +166,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
date: {
|
||||||
|
today: 'Today'
|
||||||
|
},
|
||||||
copied: 'Copied',
|
copied: 'Copied',
|
||||||
month: {
|
month: {
|
||||||
'01': 'January',
|
'01': 'January',
|
||||||
|
|||||||
@@ -166,6 +166,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
date: {
|
||||||
|
today: 'Aujourd\'hui'
|
||||||
|
},
|
||||||
copied: 'Copié',
|
copied: 'Copié',
|
||||||
month: {
|
month: {
|
||||||
'01': 'Janvier',
|
'01': 'Janvier',
|
||||||
|
|||||||
Reference in New Issue
Block a user