From 4e1c7399b1d39e0cda2bd70596a332a1c2b08826 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 19 Dec 2020 18:36:58 +0100 Subject: [PATCH] test to remove & implement actions --- backup/dependabot.yml | 17 +++++++++++++++++ {.github/workflows => backup}/node.js.yml | 0 content/experiences.json | 2 +- content/formations.json | 4 ++-- locales/en-US.ts | 3 +++ locales/fr-FR.ts | 3 +++ 6 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 backup/dependabot.yml rename {.github/workflows => backup}/node.js.yml (100%) diff --git a/backup/dependabot.yml b/backup/dependabot.yml new file mode 100644 index 0000000..e6fa88b --- /dev/null +++ b/backup/dependabot.yml @@ -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 diff --git a/.github/workflows/node.js.yml b/backup/node.js.yml similarity index 100% rename from .github/workflows/node.js.yml rename to backup/node.js.yml diff --git a/content/experiences.json b/content/experiences.json index 426e1ab..5679d12 100644 --- a/content/experiences.json +++ b/content/experiences.json @@ -13,7 +13,7 @@ "company": "ArtDanjProduction", "location": "France", "begin_date": "09-2015", - "end_date": "Today" + "end_date": "date.today" }, { "slug": "idemia", diff --git a/content/formations.json b/content/formations.json index 211b00a..4f98e0d 100644 --- a/content/formations.json +++ b/content/formations.json @@ -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" } ] diff --git a/locales/en-US.ts b/locales/en-US.ts index 98ae599..14168e6 100644 --- a/locales/en-US.ts +++ b/locales/en-US.ts @@ -166,6 +166,9 @@ export default { } }, + date: { + today: 'Today' + }, copied: 'Copied', month: { '01': 'January', diff --git a/locales/fr-FR.ts b/locales/fr-FR.ts index cbb8b27..73dede5 100644 --- a/locales/fr-FR.ts +++ b/locales/fr-FR.ts @@ -166,6 +166,9 @@ export default { } }, + date: { + today: 'Aujourd\'hui' + }, copied: 'CopiƩ', month: { '01': 'Janvier',